Shades of Zest #BD733C
Tints of Zest #BD733C
RGB
CMYK
RGB Variations
Color information
#BD733C (or 0xBD733C) is known color: Zest. HEX triplet: BD, 73 and 3C. RGB value is (189,115,60). Sum of RGB (Red+Green+Blue) = 189+115+60=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD733C is #428CC3. Grayscale: #838383. Windows color (decimal): -4361412 or 3961789. OLE color: 3961789.
HSL color Cylindrical-coordinate representation of color #BD733C: hue angle of 25.58º 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 #BD733C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 60 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.26 |
| HSL | 25.58º | 0.52% | 0.49% | - |
| HSV(B) | 25.58º | 0.68% | 0.74% | - |
| XYZ | 27.93 | 23.41 | 7.32 | - |
| YUV | 130.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 60 | 0 | 0.39 | 0.68 | 0.26 | 25.58 | 0.52 | 0.49 |
| Hex | BD | 73 | 3C | 0 | 27 | 44 | 1A | 1A | 34 | 31 |
| Octal | 275 | 163 | 74 | 0 | 47 | 104 | 32 | 32 | 64 | 61 |
| Binary | 10111101 | 1110011 | 111100 | 0 | 100111 | 1000100 | 11010 | 11010 | 110100 | 110001 |
Color Harmonies of #BD733C
Complementary color
Monochromatic Colors of #BD733C
Black with #BD733C
Text Example
Text Example
White with #BD733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD733C; }
p { color: rgb(189,115,60); }
H1.HeaderClassName
{
color: #BD733C;
}
.AnyTagClassName
{
color: #BD733C;
}
</style>
background-color css
<style>
a { background-color: #BD733C; }
a { background-color: rgb(189,115,60); }
div.DivClassName
{
background-color: #BD733C;
}
.BgClassName
{
background-color: #BD733C;
}
</style>
border-color css
<style>
span { border-color: #BD733C; }
span { border-color: rgb(189,115,60); }
td.TdClassName
{
border-color: #BD733C;
}
.TagClassName
{
border-color: #BD733C;
}
</style>