Shades of Christine #B76212
Tints of Christine #B76212
RGB
CMYK
RGB Variations
Color information
#B76212 (or 0xB76212) is known color: Christine. HEX triplet: B7, 62 and 12. RGB value is (183,98,18). Sum of RGB (Red+Green+Blue) = 183+98+18=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B76212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76212 is #489DED. Grayscale: #727272. Windows color (decimal): -4759022 or 1204919. OLE color: 1204919.
HSL color Cylindrical-coordinate representation of color #B76212: hue angle of 29.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76212 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 18 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.28 |
| HSL | 29.09º | 0.82% | 0.39% | - |
| HSV(B) | 29.09º | 0.9% | 0.72% | - |
| XYZ | 24.01 | 18.85 | 2.94 | - |
| YUV | 114.3 | 73.66 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 18 | 0 | 0.46 | 0.90 | 0.28 | 29.09 | 0.82 | 0.39 |
| Hex | B7 | 62 | 12 | 0 | 2E | 5A | 1C | 1D | 52 | 27 |
| Octal | 267 | 142 | 22 | 0 | 56 | 132 | 34 | 35 | 122 | 47 |
| Binary | 10110111 | 1100010 | 10010 | 0 | 101110 | 1011010 | 11100 | 11101 | 1010010 | 100111 |
Color Harmonies of #B76212
Complementary color
Monochromatic Colors of #B76212
Black with #B76212
Text Example
Text Example
White with #B76212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76212; }
p { color: rgb(183,98,18); }
H1.HeaderClassName
{
color: #B76212;
}
.AnyTagClassName
{
color: #B76212;
}
</style>
background-color css
<style>
a { background-color: #B76212; }
a { background-color: rgb(183,98,18); }
div.DivClassName
{
background-color: #B76212;
}
.BgClassName
{
background-color: #B76212;
}
</style>
border-color css
<style>
span { border-color: #B76212; }
span { border-color: rgb(183,98,18); }
td.TdClassName
{
border-color: #B76212;
}
.TagClassName
{
border-color: #B76212;
}
</style>