Shades of Zest #BD703E
Tints of Zest #BD703E
RGB
CMYK
RGB Variations
Color information
#BD703E (or 0xBD703E) is known color: Zest. HEX triplet: BD, 70 and 3E. RGB value is (189,112,62). Sum of RGB (Red+Green+Blue) = 189+112+62=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD703E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD703E is #428FC1. Grayscale: #818181. Windows color (decimal): -4362178 or 4092093. OLE color: 4092093.
HSL color Cylindrical-coordinate representation of color #BD703E: hue angle of 23.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD703E is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 62 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.26 |
| HSL | 23.62º | 0.51% | 0.49% | - |
| HSV(B) | 23.62º | 0.67% | 0.74% | - |
| XYZ | 27.65 | 22.75 | 7.49 | - |
| YUV | 129.32 | 90.01 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 62 | 0 | 0.41 | 0.67 | 0.26 | 23.62 | 0.51 | 0.49 |
| Hex | BD | 70 | 3E | 0 | 29 | 43 | 1A | 18 | 33 | 31 |
| Octal | 275 | 160 | 76 | 0 | 51 | 103 | 32 | 30 | 63 | 61 |
| Binary | 10111101 | 1110000 | 111110 | 0 | 101001 | 1000011 | 11010 | 11000 | 110011 | 110001 |
Color Harmonies of #BD703E
Complementary color
Monochromatic Colors of #BD703E
Black with #BD703E
Text Example
Text Example
White with #BD703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD703E; }
p { color: rgb(189,112,62); }
H1.HeaderClassName
{
color: #BD703E;
}
.AnyTagClassName
{
color: #BD703E;
}
</style>
background-color css
<style>
a { background-color: #BD703E; }
a { background-color: rgb(189,112,62); }
div.DivClassName
{
background-color: #BD703E;
}
.BgClassName
{
background-color: #BD703E;
}
</style>
border-color css
<style>
span { border-color: #BD703E; }
span { border-color: rgb(189,112,62); }
td.TdClassName
{
border-color: #BD703E;
}
.TagClassName
{
border-color: #BD703E;
}
</style>