Shades of Zest #BD7341
Tints of Zest #BD7341
RGB
CMYK
RGB Variations
Color information
#BD7341 (or 0xBD7341) is known color: Zest. HEX triplet: BD, 73 and 41. RGB value is (189,115,65). Sum of RGB (Red+Green+Blue) = 189+115+65=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7341 is #428CBE. Grayscale: #838383. Windows color (decimal): -4361407 or 4289469. OLE color: 4289469.
HSL color Cylindrical-coordinate representation of color #BD7341: hue angle of 24.19º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD7341 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 65 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.26 |
| HSL | 24.19º | 0.49% | 0.5% | - |
| HSV(B) | 24.19º | 0.66% | 0.74% | - |
| XYZ | 28.07 | 23.46 | 8.05 | - |
| YUV | 131.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 65 | 0 | 0.39 | 0.66 | 0.26 | 24.19 | 0.49 | 0.5 |
| Hex | BD | 73 | 41 | 0 | 27 | 42 | 1A | 18 | 31 | 32 |
| Octal | 275 | 163 | 101 | 0 | 47 | 102 | 32 | 30 | 61 | 62 |
| Binary | 10111101 | 1110011 | 1000001 | 0 | 100111 | 1000010 | 11010 | 11000 | 110001 | 110010 |
Color Harmonies of #BD7341
Complementary color
Monochromatic Colors of #BD7341
Black with #BD7341
Text Example
Text Example
White with #BD7341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7341; }
p { color: rgb(189,115,65); }
H1.HeaderClassName
{
color: #BD7341;
}
.AnyTagClassName
{
color: #BD7341;
}
</style>
background-color css
<style>
a { background-color: #BD7341; }
a { background-color: rgb(189,115,65); }
div.DivClassName
{
background-color: #BD7341;
}
.BgClassName
{
background-color: #BD7341;
}
</style>
border-color css
<style>
span { border-color: #BD7341; }
span { border-color: rgb(189,115,65); }
td.TdClassName
{
border-color: #BD7341;
}
.TagClassName
{
border-color: #BD7341;
}
</style>