Shades of Zest #BD713F
Tints of Zest #BD713F
RGB
CMYK
RGB Variations
Color information
#BD713F (or 0xBD713F) is known color: Zest. HEX triplet: BD, 71 and 3F. RGB value is (189,113,63). Sum of RGB (Red+Green+Blue) = 189+113+63=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD713F is #428EC0. Grayscale: #828282. Windows color (decimal): -4361921 or 4157885. OLE color: 4157885.
HSL color Cylindrical-coordinate representation of color #BD713F: hue angle of 23.81º 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 #BD713F is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 63 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.26 |
| HSL | 23.81º | 0.5% | 0.49% | - |
| HSV(B) | 23.81º | 0.67% | 0.74% | - |
| XYZ | 27.79 | 22.99 | 7.68 | - |
| YUV | 130.02 | 90.18 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 63 | 0 | 0.40 | 0.67 | 0.26 | 23.81 | 0.5 | 0.49 |
| Hex | BD | 71 | 3F | 0 | 28 | 43 | 1A | 18 | 32 | 31 |
| Octal | 275 | 161 | 77 | 0 | 50 | 103 | 32 | 30 | 62 | 61 |
| Binary | 10111101 | 1110001 | 111111 | 0 | 101000 | 1000011 | 11010 | 11000 | 110010 | 110001 |
Color Harmonies of #BD713F
Complementary color
Monochromatic Colors of #BD713F
Black with #BD713F
Text Example
Text Example
White with #BD713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD713F; }
p { color: rgb(189,113,63); }
H1.HeaderClassName
{
color: #BD713F;
}
.AnyTagClassName
{
color: #BD713F;
}
</style>
background-color css
<style>
a { background-color: #BD713F; }
a { background-color: rgb(189,113,63); }
div.DivClassName
{
background-color: #BD713F;
}
.BgClassName
{
background-color: #BD713F;
}
</style>
border-color css
<style>
span { border-color: #BD713F; }
span { border-color: rgb(189,113,63); }
td.TdClassName
{
border-color: #BD713F;
}
.TagClassName
{
border-color: #BD713F;
}
</style>