Shades of Christine #B76514
Tints of Christine #B76514
RGB
CMYK
RGB Variations
Color information
#B76514 (or 0xB76514) is known color: Christine. HEX triplet: B7, 65 and 14. RGB value is (183,101,20). Sum of RGB (Red+Green+Blue) = 183+101+20=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76514 is #489AEB. Grayscale: #747474. Windows color (decimal): -4758252 or 1336759. OLE color: 1336759.
HSL color Cylindrical-coordinate representation of color #B76514: hue angle of 29.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76514 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 20 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.28 |
| HSL | 29.82º | 0.8% | 0.4% | - |
| HSV(B) | 29.82º | 0.89% | 0.72% | - |
| XYZ | 24.31 | 19.43 | 3.13 | - |
| YUV | 116.28 | 73.67 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 20 | 0 | 0.45 | 0.89 | 0.28 | 29.82 | 0.8 | 0.4 |
| Hex | B7 | 65 | 14 | 0 | 2D | 59 | 1C | 1E | 50 | 28 |
| Octal | 267 | 145 | 24 | 0 | 55 | 131 | 34 | 36 | 120 | 50 |
| Binary | 10110111 | 1100101 | 10100 | 0 | 101101 | 1011001 | 11100 | 11110 | 1010000 | 101000 |
Color Harmonies of #B76514
Complementary color
Monochromatic Colors of #B76514
Black with #B76514
Text Example
Text Example
White with #B76514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76514; }
p { color: rgb(183,101,20); }
H1.HeaderClassName
{
color: #B76514;
}
.AnyTagClassName
{
color: #B76514;
}
</style>
background-color css
<style>
a { background-color: #B76514; }
a { background-color: rgb(183,101,20); }
div.DivClassName
{
background-color: #B76514;
}
.BgClassName
{
background-color: #B76514;
}
</style>
border-color css
<style>
span { border-color: #B76514; }
span { border-color: rgb(183,101,20); }
td.TdClassName
{
border-color: #B76514;
}
.TagClassName
{
border-color: #B76514;
}
</style>