Shades of Christine #B76018
Tints of Christine #B76018
RGB
CMYK
RGB Variations
Color information
#B76018 (or 0xB76018) is known color: Christine. HEX triplet: B7, 60 and 18. RGB value is (183,96,24). Sum of RGB (Red+Green+Blue) = 183+96+24=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B76018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76018 is #489FE7. Grayscale: #727272. Windows color (decimal): -4759528 or 1597623. OLE color: 1597623.
HSL color Cylindrical-coordinate representation of color #B76018: hue angle of 27.17º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76018 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 24 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.28 |
| HSL | 27.17º | 0.77% | 0.41% | - |
| HSV(B) | 27.17º | 0.87% | 0.72% | - |
| XYZ | 23.88 | 18.5 | 3.18 | - |
| YUV | 113.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 24 | 0 | 0.48 | 0.87 | 0.28 | 27.17 | 0.77 | 0.41 |
| Hex | B7 | 60 | 18 | 0 | 30 | 57 | 1C | 1B | 4D | 29 |
| Octal | 267 | 140 | 30 | 0 | 60 | 127 | 34 | 33 | 115 | 51 |
| Binary | 10110111 | 1100000 | 11000 | 0 | 110000 | 1010111 | 11100 | 11011 | 1001101 | 101001 |
Color Harmonies of #B76018
Complementary color
Monochromatic Colors of #B76018
Black with #B76018
Text Example
Text Example
White with #B76018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76018; }
p { color: rgb(183,96,24); }
H1.HeaderClassName
{
color: #B76018;
}
.AnyTagClassName
{
color: #B76018;
}
</style>
background-color css
<style>
a { background-color: #B76018; }
a { background-color: rgb(183,96,24); }
div.DivClassName
{
background-color: #B76018;
}
.BgClassName
{
background-color: #B76018;
}
</style>
border-color css
<style>
span { border-color: #B76018; }
span { border-color: rgb(183,96,24); }
td.TdClassName
{
border-color: #B76018;
}
.TagClassName
{
border-color: #B76018;
}
</style>