Shades of Zest #BC713D
Tints of Zest #BC713D
RGB
CMYK
RGB Variations
Color information
#BC713D (or 0xBC713D) is known color: Zest. HEX triplet: BC, 71 and 3D. RGB value is (188,113,61). Sum of RGB (Red+Green+Blue) = 188+113+61=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC713D is #438EC2. Grayscale: #818181. Windows color (decimal): -4427459 or 4026812. OLE color: 4026812.
HSL color Cylindrical-coordinate representation of color #BC713D: hue angle of 24.57º degrees, saturation: 0.51, 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 #BC713D is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 61 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.26 |
| HSL | 24.57º | 0.51% | 0.49% | - |
| HSV(B) | 24.57º | 0.68% | 0.74% | - |
| XYZ | 27.49 | 22.84 | 7.37 | - |
| YUV | 129.5 | 89.35 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 61 | 0 | 0.40 | 0.68 | 0.26 | 24.57 | 0.51 | 0.49 |
| Hex | BC | 71 | 3D | 0 | 28 | 44 | 1A | 19 | 33 | 31 |
| Octal | 274 | 161 | 75 | 0 | 50 | 104 | 32 | 31 | 63 | 61 |
| Binary | 10111100 | 1110001 | 111101 | 0 | 101000 | 1000100 | 11010 | 11001 | 110011 | 110001 |
Color Harmonies of #BC713D
Complementary color
Monochromatic Colors of #BC713D
Black with #BC713D
Text Example
Text Example
White with #BC713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC713D; }
p { color: rgb(188,113,61); }
H1.HeaderClassName
{
color: #BC713D;
}
.AnyTagClassName
{
color: #BC713D;
}
</style>
background-color css
<style>
a { background-color: #BC713D; }
a { background-color: rgb(188,113,61); }
div.DivClassName
{
background-color: #BC713D;
}
.BgClassName
{
background-color: #BC713D;
}
</style>
border-color css
<style>
span { border-color: #BC713D; }
span { border-color: rgb(188,113,61); }
td.TdClassName
{
border-color: #BC713D;
}
.TagClassName
{
border-color: #BC713D;
}
</style>