Shades of Zest #BD6B3E
Tints of Zest #BD6B3E
RGB
CMYK
RGB Variations
Color information
#BD6B3E (or 0xBD6B3E) is known color: Zest. HEX triplet: BD, 6B and 3E. RGB value is (189,107,62). Sum of RGB (Red+Green+Blue) = 189+107+62=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B3E is #4294C1. Grayscale: #7E7E7E. Windows color (decimal): -4363458 or 4090813. OLE color: 4090813.
HSL color Cylindrical-coordinate representation of color #BD6B3E: hue angle of 21.26º 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 #BD6B3E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 62 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.26 |
| HSL | 21.26º | 0.51% | 0.49% | - |
| HSV(B) | 21.26º | 0.67% | 0.74% | - |
| XYZ | 27.11 | 21.68 | 7.31 | - |
| YUV | 126.39 | 91.67 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 62 | 0 | 0.43 | 0.67 | 0.26 | 21.26 | 0.51 | 0.49 |
| Hex | BD | 6B | 3E | 0 | 2B | 43 | 1A | 15 | 33 | 31 |
| Octal | 275 | 153 | 76 | 0 | 53 | 103 | 32 | 25 | 63 | 61 |
| Binary | 10111101 | 1101011 | 111110 | 0 | 101011 | 1000011 | 11010 | 10101 | 110011 | 110001 |
Color Harmonies of #BD6B3E
Complementary color
Monochromatic Colors of #BD6B3E
Black with #BD6B3E
Text Example
Text Example
White with #BD6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B3E; }
p { color: rgb(189,107,62); }
H1.HeaderClassName
{
color: #BD6B3E;
}
.AnyTagClassName
{
color: #BD6B3E;
}
</style>
background-color css
<style>
a { background-color: #BD6B3E; }
a { background-color: rgb(189,107,62); }
div.DivClassName
{
background-color: #BD6B3E;
}
.BgClassName
{
background-color: #BD6B3E;
}
</style>
border-color css
<style>
span { border-color: #BD6B3E; }
span { border-color: rgb(189,107,62); }
td.TdClassName
{
border-color: #BD6B3E;
}
.TagClassName
{
border-color: #BD6B3E;
}
</style>