Shades of Zest #BD6D3C
Tints of Zest #BD6D3C
RGB
CMYK
RGB Variations
Color information
#BD6D3C (or 0xBD6D3C) is known color: Zest. HEX triplet: BD, 6D and 3C. RGB value is (189,109,60). Sum of RGB (Red+Green+Blue) = 189+109+60=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D3C is #4292C3. Grayscale: #7F7F7F. Windows color (decimal): -4362948 or 3960253. OLE color: 3960253.
HSL color Cylindrical-coordinate representation of color #BD6D3C: hue angle of 22.79º 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 #BD6D3C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 60 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.26 |
| HSL | 22.79º | 0.52% | 0.49% | - |
| HSV(B) | 22.79º | 0.68% | 0.74% | - |
| XYZ | 27.27 | 22.08 | 7.1 | - |
| YUV | 127.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 60 | 0 | 0.42 | 0.68 | 0.26 | 22.79 | 0.52 | 0.49 |
| Hex | BD | 6D | 3C | 0 | 2A | 44 | 1A | 17 | 34 | 31 |
| Octal | 275 | 155 | 74 | 0 | 52 | 104 | 32 | 27 | 64 | 61 |
| Binary | 10111101 | 1101101 | 111100 | 0 | 101010 | 1000100 | 11010 | 10111 | 110100 | 110001 |
Color Harmonies of #BD6D3C
Complementary color
Monochromatic Colors of #BD6D3C
Black with #BD6D3C
Text Example
Text Example
White with #BD6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D3C; }
p { color: rgb(189,109,60); }
H1.HeaderClassName
{
color: #BD6D3C;
}
.AnyTagClassName
{
color: #BD6D3C;
}
</style>
background-color css
<style>
a { background-color: #BD6D3C; }
a { background-color: rgb(189,109,60); }
div.DivClassName
{
background-color: #BD6D3C;
}
.BgClassName
{
background-color: #BD6D3C;
}
</style>
border-color css
<style>
span { border-color: #BD6D3C; }
span { border-color: rgb(189,109,60); }
td.TdClassName
{
border-color: #BD6D3C;
}
.TagClassName
{
border-color: #BD6D3C;
}
</style>