Shades of Zest #BD6B38
Tints of Zest #BD6B38
RGB
CMYK
RGB Variations
Color information
#BD6B38 (or 0xBD6B38) is known color: Zest. HEX triplet: BD, 6B and 38. RGB value is (189,107,56). Sum of RGB (Red+Green+Blue) = 189+107+56=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B38 is #4294C7. Grayscale: #7D7D7D. Windows color (decimal): -4363464 or 3697597. OLE color: 3697597.
HSL color Cylindrical-coordinate representation of color #BD6B38: hue angle of 23.01º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD6B38 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 56 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.26 |
| HSL | 23.01º | 0.54% | 0.48% | - |
| HSV(B) | 23.01º | 0.7% | 0.74% | - |
| XYZ | 26.96 | 21.62 | 6.49 | - |
| YUV | 125.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 56 | 0 | 0.43 | 0.70 | 0.26 | 23.01 | 0.54 | 0.48 |
| Hex | BD | 6B | 38 | 0 | 2B | 46 | 1A | 17 | 36 | 30 |
| Octal | 275 | 153 | 70 | 0 | 53 | 106 | 32 | 27 | 66 | 60 |
| Binary | 10111101 | 1101011 | 111000 | 0 | 101011 | 1000110 | 11010 | 10111 | 110110 | 110000 |
Color Harmonies of #BD6B38
Complementary color
Monochromatic Colors of #BD6B38
Black with #BD6B38
Text Example
Text Example
White with #BD6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B38; }
p { color: rgb(189,107,56); }
H1.HeaderClassName
{
color: #BD6B38;
}
.AnyTagClassName
{
color: #BD6B38;
}
</style>
background-color css
<style>
a { background-color: #BD6B38; }
a { background-color: rgb(189,107,56); }
div.DivClassName
{
background-color: #BD6B38;
}
.BgClassName
{
background-color: #BD6B38;
}
</style>
border-color css
<style>
span { border-color: #BD6B38; }
span { border-color: rgb(189,107,56); }
td.TdClassName
{
border-color: #BD6B38;
}
.TagClassName
{
border-color: #BD6B38;
}
</style>