Shades of Zest #BD6E3C
Tints of Zest #BD6E3C
RGB
CMYK
RGB Variations
Color information
#BD6E3C (or 0xBD6E3C) is known color: Zest. HEX triplet: BD, 6E and 3C. RGB value is (189,110,60). Sum of RGB (Red+Green+Blue) = 189+110+60=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E3C is #4291C3. Grayscale: #808080. Windows color (decimal): -4362692 or 3960509. OLE color: 3960509.
HSL color Cylindrical-coordinate representation of color #BD6E3C: hue angle of 23.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD6E3C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 110 | 60 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.26 |
| HSL | 23.26º | 0.52% | 0.49% | - |
| HSV(B) | 23.26º | 0.68% | 0.74% | - |
| XYZ | 27.38 | 22.3 | 7.14 | - |
| YUV | 127.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 60 | 0 | 0.42 | 0.68 | 0.26 | 23.26 | 0.52 | 0.49 |
| Hex | BD | 6E | 3C | 0 | 2A | 44 | 1A | 17 | 34 | 31 |
| Octal | 275 | 156 | 74 | 0 | 52 | 104 | 32 | 27 | 64 | 61 |
| Binary | 10111101 | 1101110 | 111100 | 0 | 101010 | 1000100 | 11010 | 10111 | 110100 | 110001 |
Color Harmonies of #BD6E3C
Complementary color
Monochromatic Colors of #BD6E3C
Black with #BD6E3C
Text Example
Text Example
White with #BD6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6E3C; }
p { color: rgb(189,110,60); }
H1.HeaderClassName
{
color: #BD6E3C;
}
.AnyTagClassName
{
color: #BD6E3C;
}
</style>
background-color css
<style>
a { background-color: #BD6E3C; }
a { background-color: rgb(189,110,60); }
div.DivClassName
{
background-color: #BD6E3C;
}
.BgClassName
{
background-color: #BD6E3C;
}
</style>
border-color css
<style>
span { border-color: #BD6E3C; }
span { border-color: rgb(189,110,60); }
td.TdClassName
{
border-color: #BD6E3C;
}
.TagClassName
{
border-color: #BD6E3C;
}
</style>