rgb(255, 185, 114)
- In a RGB color space, hex #ffb972 color is composed of 100% red, 73% green, and 45% blue.
- In a CMYK color space, it is consist of 0% cyan, 27% magenta, 55% yellow and 0% black.
- In web design, the web safe color for #ffb972 is #FFCC99. The complementary color of #ffb972 is #71b7ff.
#ffb972 Color Conversion
Hex Color #ffb972 RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #ffb972
-
#ffb972
#ffb972
-
#71b7ff
#71b7ff
-
#ffdcb9
#ffdcb9
-
#b9dbff
#b9dbff
-
#bf8a55
#bf8a55
-
#5489bf
#5489bf
-
#bfa58a
#bfa58a
-
#8aa4bf
#8aa4bf
Two colors (#ffb972,#71b7ff) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#ffb972
#ffb972
-
#ffdcb9
#ffdcb9
-
#7f5c39
#7f5c39
-
#feeddc
#feeddc
-
#bf8a55
#bf8a55
-
#bfa58a
#bfa58a
-
#5f452a
#5f452a
-
#beb1a5
#beb1a5
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #ffb972
-
#ffb972
#ffb972
-
#E6A767
#E6A767
-
#CC945B
#CC945B
-
#B38250
#B38250
-
#996F44
#996F44
-
#805D39
#805D39
-
#664A2E
#664A2E
-
#4D3822
#4D3822
-
#332517
#332517
-
#1A130B
#1A130B
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#ffb972
#ffb972
-
#FFC080
#FFC080
-
#FFC78E
#FFC78E
-
#FFCE9C
#FFCE9C
-
#FFD5AA
#FFD5AA
-
#FFDCB9
#FFDCB9
-
#FFE3C7
#FFE3C7
-
#FFEAD5
#FFEAD5
-
#FFF1E3
#FFF1E3
-
#FFF8F1
#FFF8F1
-
#FFFDFB
#FFFDFB
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#ffb972 Color Preview on Black Background
#ffb972 Color Preview on White Background
<span style="color:#ffb972;">Text here</span>
#ffb972 Background Color
#ffb972 Background Color
<p style="background-color:#ffb972;">Text here</p>
#ffb972 Border Color
<div style="border:1px solid #ffb972;">Text here</div>
<style>.text {color:#ffb972;}
.background {background-color:#ffb972;}
.border {border:1px solid #ffb972;}</style>