Shades of Christine #B76013
Tints of Christine #B76013
RGB
CMYK
RGB Variations
Color information
#B76013 (or 0xB76013) is known color: Christine. HEX triplet: B7, 60 and 13. RGB value is (183,96,19). Sum of RGB (Red+Green+Blue) = 183+96+19=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B76013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76013 is #489FEC. Grayscale: #717171. Windows color (decimal): -4759533 or 1269943. OLE color: 1269943.
HSL color Cylindrical-coordinate representation of color #B76013: hue angle of 28.17º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76013 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 19 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.28 |
| HSL | 28.17º | 0.81% | 0.4% | - |
| HSV(B) | 28.17º | 0.9% | 0.72% | - |
| XYZ | 23.83 | 18.48 | 2.93 | - |
| YUV | 113.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 19 | 0 | 0.48 | 0.90 | 0.28 | 28.17 | 0.81 | 0.4 |
| Hex | B7 | 60 | 13 | 0 | 30 | 5A | 1C | 1C | 51 | 28 |
| Octal | 267 | 140 | 23 | 0 | 60 | 132 | 34 | 34 | 121 | 50 |
| Binary | 10110111 | 1100000 | 10011 | 0 | 110000 | 1011010 | 11100 | 11100 | 1010001 | 101000 |
Color Harmonies of #B76013
Complementary color
Monochromatic Colors of #B76013
Black with #B76013
Text Example
Text Example
White with #B76013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76013; }
p { color: rgb(183,96,19); }
H1.HeaderClassName
{
color: #B76013;
}
.AnyTagClassName
{
color: #B76013;
}
</style>
background-color css
<style>
a { background-color: #B76013; }
a { background-color: rgb(183,96,19); }
div.DivClassName
{
background-color: #B76013;
}
.BgClassName
{
background-color: #B76013;
}
</style>
border-color css
<style>
span { border-color: #B76013; }
span { border-color: rgb(183,96,19); }
td.TdClassName
{
border-color: #B76013;
}
.TagClassName
{
border-color: #B76013;
}
</style>