Shades of Zest #BD6C3E
Tints of Zest #BD6C3E
RGB
CMYK
RGB Variations
Color information
#BD6C3E (or 0xBD6C3E) is known color: Zest. HEX triplet: BD, 6C and 3E. RGB value is (189,108,62). Sum of RGB (Red+Green+Blue) = 189+108+62=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C3E is #4293C1. Grayscale: #7F7F7F. Windows color (decimal): -4363202 or 4091069. OLE color: 4091069.
HSL color Cylindrical-coordinate representation of color #BD6C3E: hue angle of 21.73º 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 #BD6C3E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 62 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.26 |
| HSL | 21.73º | 0.51% | 0.49% | - |
| HSV(B) | 21.73º | 0.67% | 0.74% | - |
| XYZ | 27.22 | 21.89 | 7.35 | - |
| YUV | 126.98 | 91.34 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 62 | 0 | 0.43 | 0.67 | 0.26 | 21.73 | 0.51 | 0.49 |
| Hex | BD | 6C | 3E | 0 | 2B | 43 | 1A | 16 | 33 | 31 |
| Octal | 275 | 154 | 76 | 0 | 53 | 103 | 32 | 26 | 63 | 61 |
| Binary | 10111101 | 1101100 | 111110 | 0 | 101011 | 1000011 | 11010 | 10110 | 110011 | 110001 |
Color Harmonies of #BD6C3E
Complementary color
Monochromatic Colors of #BD6C3E
Black with #BD6C3E
Text Example
Text Example
White with #BD6C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C3E; }
p { color: rgb(189,108,62); }
H1.HeaderClassName
{
color: #BD6C3E;
}
.AnyTagClassName
{
color: #BD6C3E;
}
</style>
background-color css
<style>
a { background-color: #BD6C3E; }
a { background-color: rgb(189,108,62); }
div.DivClassName
{
background-color: #BD6C3E;
}
.BgClassName
{
background-color: #BD6C3E;
}
</style>
border-color css
<style>
span { border-color: #BD6C3E; }
span { border-color: rgb(189,108,62); }
td.TdClassName
{
border-color: #BD6C3E;
}
.TagClassName
{
border-color: #BD6C3E;
}
</style>