Shades of Christine #B76418
Tints of Christine #B76418
RGB
CMYK
RGB Variations
Color information
#B76418 (or 0xB76418) is known color: Christine. HEX triplet: B7, 64 and 18. RGB value is (183,100,24). Sum of RGB (Red+Green+Blue) = 183+100+24=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B76418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76418 is #489BE7. Grayscale: #747474. Windows color (decimal): -4758504 or 1598647. OLE color: 1598647.
HSL color Cylindrical-coordinate representation of color #B76418: hue angle of 28.68º 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 #B76418 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 24 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.28 |
| HSL | 28.68º | 0.77% | 0.41% | - |
| HSV(B) | 28.68º | 0.87% | 0.72% | - |
| XYZ | 24.25 | 19.25 | 3.3 | - |
| YUV | 116.15 | 76 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 24 | 0 | 0.45 | 0.87 | 0.28 | 28.68 | 0.77 | 0.41 |
| Hex | B7 | 64 | 18 | 0 | 2D | 57 | 1C | 1D | 4D | 29 |
| Octal | 267 | 144 | 30 | 0 | 55 | 127 | 34 | 35 | 115 | 51 |
| Binary | 10110111 | 1100100 | 11000 | 0 | 101101 | 1010111 | 11100 | 11101 | 1001101 | 101001 |
Color Harmonies of #B76418
Complementary color
Monochromatic Colors of #B76418
Black with #B76418
Text Example
Text Example
White with #B76418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76418; }
p { color: rgb(183,100,24); }
H1.HeaderClassName
{
color: #B76418;
}
.AnyTagClassName
{
color: #B76418;
}
</style>
background-color css
<style>
a { background-color: #B76418; }
a { background-color: rgb(183,100,24); }
div.DivClassName
{
background-color: #B76418;
}
.BgClassName
{
background-color: #B76418;
}
</style>
border-color css
<style>
span { border-color: #B76418; }
span { border-color: rgb(183,100,24); }
td.TdClassName
{
border-color: #B76418;
}
.TagClassName
{
border-color: #B76418;
}
</style>