Shades of Zest #BD6D43
Tints of Zest #BD6D43
RGB
CMYK
RGB Variations
Color information
#BD6D43 (or 0xBD6D43) is known color: Zest. HEX triplet: BD, 6D and 43. RGB value is (189,109,67). Sum of RGB (Red+Green+Blue) = 189+109+67=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D43 is #4292BC. Grayscale: #808080. Windows color (decimal): -4362941 or 4419005. OLE color: 4419005.
HSL color Cylindrical-coordinate representation of color #BD6D43: hue angle of 20.66º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD6D43 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 67 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.26 |
| HSL | 20.66º | 0.48% | 0.5% | - |
| HSV(B) | 20.66º | 0.65% | 0.74% | - |
| XYZ | 27.47 | 22.16 | 8.14 | - |
| YUV | 128.13 | 93.5 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 67 | 0 | 0.42 | 0.65 | 0.26 | 20.66 | 0.48 | 0.5 |
| Hex | BD | 6D | 43 | 0 | 2A | 41 | 1A | 15 | 30 | 32 |
| Octal | 275 | 155 | 103 | 0 | 52 | 101 | 32 | 25 | 60 | 62 |
| Binary | 10111101 | 1101101 | 1000011 | 0 | 101010 | 1000001 | 11010 | 10101 | 110000 | 110010 |
Color Harmonies of #BD6D43
Complementary color
Monochromatic Colors of #BD6D43
Black with #BD6D43
Text Example
Text Example
White with #BD6D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6D43; }
p { color: rgb(189,109,67); }
H1.HeaderClassName
{
color: #BD6D43;
}
.AnyTagClassName
{
color: #BD6D43;
}
</style>
background-color css
<style>
a { background-color: #BD6D43; }
a { background-color: rgb(189,109,67); }
div.DivClassName
{
background-color: #BD6D43;
}
.BgClassName
{
background-color: #BD6D43;
}
</style>
border-color css
<style>
span { border-color: #BD6D43; }
span { border-color: rgb(189,109,67); }
td.TdClassName
{
border-color: #BD6D43;
}
.TagClassName
{
border-color: #BD6D43;
}
</style>