Shades of Zest #BD703F
Tints of Zest #BD703F
RGB
CMYK
RGB Variations
Color information
#BD703F (or 0xBD703F) is known color: Zest. HEX triplet: BD, 70 and 3F. RGB value is (189,112,63). Sum of RGB (Red+Green+Blue) = 189+112+63=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD703F is #428FC0. Grayscale: #818181. Windows color (decimal): -4362177 or 4157629. OLE color: 4157629.
HSL color Cylindrical-coordinate representation of color #BD703F: hue angle of 23.33º degrees, saturation: 0.5, 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 #BD703F is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 63 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.26 |
| HSL | 23.33º | 0.5% | 0.49% | - |
| HSV(B) | 23.33º | 0.67% | 0.74% | - |
| XYZ | 27.68 | 22.77 | 7.64 | - |
| YUV | 129.44 | 90.51 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 63 | 0 | 0.41 | 0.67 | 0.26 | 23.33 | 0.5 | 0.49 |
| Hex | BD | 70 | 3F | 0 | 29 | 43 | 1A | 17 | 32 | 31 |
| Octal | 275 | 160 | 77 | 0 | 51 | 103 | 32 | 27 | 62 | 61 |
| Binary | 10111101 | 1110000 | 111111 | 0 | 101001 | 1000011 | 11010 | 10111 | 110010 | 110001 |
Color Harmonies of #BD703F
Complementary color
Monochromatic Colors of #BD703F
Black with #BD703F
Text Example
Text Example
White with #BD703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD703F; }
p { color: rgb(189,112,63); }
H1.HeaderClassName
{
color: #BD703F;
}
.AnyTagClassName
{
color: #BD703F;
}
</style>
background-color css
<style>
a { background-color: #BD703F; }
a { background-color: rgb(189,112,63); }
div.DivClassName
{
background-color: #BD703F;
}
.BgClassName
{
background-color: #BD703F;
}
</style>
border-color css
<style>
span { border-color: #BD703F; }
span { border-color: rgb(189,112,63); }
td.TdClassName
{
border-color: #BD703F;
}
.TagClassName
{
border-color: #BD703F;
}
</style>