Shades of Christine #B76417
Tints of Christine #B76417
RGB
CMYK
RGB Variations
Color information
#B76417 (or 0xB76417) is known color: Christine. HEX triplet: B7, 64 and 17. RGB value is (183,100,23). Sum of RGB (Red+Green+Blue) = 183+100+23=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B76417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76417 is #489BE8. Grayscale: #747474. Windows color (decimal): -4758505 or 1533111. OLE color: 1533111.
HSL color Cylindrical-coordinate representation of color #B76417: hue angle of 28.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76417 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 23 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.28 |
| HSL | 28.88º | 0.78% | 0.4% | - |
| HSV(B) | 28.88º | 0.87% | 0.72% | - |
| XYZ | 24.24 | 19.24 | 3.25 | - |
| YUV | 116.04 | 75.5 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 23 | 0 | 0.45 | 0.87 | 0.28 | 28.88 | 0.78 | 0.4 |
| Hex | B7 | 64 | 17 | 0 | 2D | 57 | 1C | 1D | 4E | 28 |
| Octal | 267 | 144 | 27 | 0 | 55 | 127 | 34 | 35 | 116 | 50 |
| Binary | 10110111 | 1100100 | 10111 | 0 | 101101 | 1010111 | 11100 | 11101 | 1001110 | 101000 |
Color Harmonies of #B76417
Complementary color
Monochromatic Colors of #B76417
Black with #B76417
Text Example
Text Example
White with #B76417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76417; }
p { color: rgb(183,100,23); }
H1.HeaderClassName
{
color: #B76417;
}
.AnyTagClassName
{
color: #B76417;
}
</style>
background-color css
<style>
a { background-color: #B76417; }
a { background-color: rgb(183,100,23); }
div.DivClassName
{
background-color: #B76417;
}
.BgClassName
{
background-color: #B76417;
}
</style>
border-color css
<style>
span { border-color: #B76417; }
span { border-color: rgb(183,100,23); }
td.TdClassName
{
border-color: #B76417;
}
.TagClassName
{
border-color: #B76417;
}
</style>