Shades of Zest #BC723C
Tints of Zest #BC723C
RGB
CMYK
RGB Variations
Color information
#BC723C (or 0xBC723C) is known color: Zest. HEX triplet: BC, 72 and 3C. RGB value is (188,114,60). Sum of RGB (Red+Green+Blue) = 188+114+60=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC723C is #438DC3. Grayscale: #828282. Windows color (decimal): -4427204 or 3961532. OLE color: 3961532.
HSL color Cylindrical-coordinate representation of color #BC723C: hue angle of 25.31º 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 #BC723C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 60 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.26 |
| HSL | 25.31º | 0.52% | 0.49% | - |
| HSV(B) | 25.31º | 0.68% | 0.74% | - |
| XYZ | 27.57 | 23.05 | 7.27 | - |
| YUV | 129.97 | 88.52 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 60 | 0 | 0.39 | 0.68 | 0.26 | 25.31 | 0.52 | 0.49 |
| Hex | BC | 72 | 3C | 0 | 27 | 44 | 1A | 19 | 34 | 31 |
| Octal | 274 | 162 | 74 | 0 | 47 | 104 | 32 | 31 | 64 | 61 |
| Binary | 10111100 | 1110010 | 111100 | 0 | 100111 | 1000100 | 11010 | 11001 | 110100 | 110001 |
Color Harmonies of #BC723C
Complementary color
Monochromatic Colors of #BC723C
Black with #BC723C
Text Example
Text Example
White with #BC723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC723C; }
p { color: rgb(188,114,60); }
H1.HeaderClassName
{
color: #BC723C;
}
.AnyTagClassName
{
color: #BC723C;
}
</style>
background-color css
<style>
a { background-color: #BC723C; }
a { background-color: rgb(188,114,60); }
div.DivClassName
{
background-color: #BC723C;
}
.BgClassName
{
background-color: #BC723C;
}
</style>
border-color css
<style>
span { border-color: #BC723C; }
span { border-color: rgb(188,114,60); }
td.TdClassName
{
border-color: #BC723C;
}
.TagClassName
{
border-color: #BC723C;
}
</style>