Shades of Zest #BC733E
Tints of Zest #BC733E
RGB
CMYK
RGB Variations
Color information
#BC733E (or 0xBC733E) is known color: Zest. HEX triplet: BC, 73 and 3E. RGB value is (188,115,62). Sum of RGB (Red+Green+Blue) = 188+115+62=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC733E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC733E is #438CC1. Grayscale: #838383. Windows color (decimal): -4426946 or 4092860. OLE color: 4092860.
HSL color Cylindrical-coordinate representation of color #BC733E: hue angle of 25.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC733E is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 62 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.26 |
| HSL | 25.24º | 0.5% | 0.49% | - |
| HSV(B) | 25.24º | 0.67% | 0.74% | - |
| XYZ | 27.74 | 23.3 | 7.59 | - |
| YUV | 130.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 62 | 0 | 0.39 | 0.67 | 0.26 | 25.24 | 0.5 | 0.49 |
| Hex | BC | 73 | 3E | 0 | 27 | 43 | 1A | 19 | 32 | 31 |
| Octal | 274 | 163 | 76 | 0 | 47 | 103 | 32 | 31 | 62 | 61 |
| Binary | 10111100 | 1110011 | 111110 | 0 | 100111 | 1000011 | 11010 | 11001 | 110010 | 110001 |
Color Harmonies of #BC733E
Complementary color
Monochromatic Colors of #BC733E
Black with #BC733E
Text Example
Text Example
White with #BC733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC733E; }
p { color: rgb(188,115,62); }
H1.HeaderClassName
{
color: #BC733E;
}
.AnyTagClassName
{
color: #BC733E;
}
</style>
background-color css
<style>
a { background-color: #BC733E; }
a { background-color: rgb(188,115,62); }
div.DivClassName
{
background-color: #BC733E;
}
.BgClassName
{
background-color: #BC733E;
}
</style>
border-color css
<style>
span { border-color: #BC733E; }
span { border-color: rgb(188,115,62); }
td.TdClassName
{
border-color: #BC733E;
}
.TagClassName
{
border-color: #BC733E;
}
</style>