Shades of Christine #B75E18
Tints of Christine #B75E18
RGB
CMYK
RGB Variations
Color information
#B75E18 (or 0xB75E18) is known color: Christine. HEX triplet: B7, 5E and 18. RGB value is (183,94,24). Sum of RGB (Red+Green+Blue) = 183+94+24=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75E18 is #48A1E7. Grayscale: #707070. Windows color (decimal): -4760040 or 1597111. OLE color: 1597111.
HSL color Cylindrical-coordinate representation of color #B75E18: hue angle of 26.42º 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 #B75E18 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 24 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.28 |
| HSL | 26.42º | 0.77% | 0.41% | - |
| HSV(B) | 26.42º | 0.87% | 0.72% | - |
| XYZ | 23.7 | 18.14 | 3.12 | - |
| YUV | 112.63 | 77.99 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 24 | 0 | 0.49 | 0.87 | 0.28 | 26.42 | 0.77 | 0.41 |
| Hex | B7 | 5E | 18 | 0 | 31 | 57 | 1C | 1A | 4D | 29 |
| Octal | 267 | 136 | 30 | 0 | 61 | 127 | 34 | 32 | 115 | 51 |
| Binary | 10110111 | 1011110 | 11000 | 0 | 110001 | 1010111 | 11100 | 11010 | 1001101 | 101001 |
Color Harmonies of #B75E18
Complementary color
Monochromatic Colors of #B75E18
Black with #B75E18
Text Example
Text Example
White with #B75E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E18; }
p { color: rgb(183,94,24); }
H1.HeaderClassName
{
color: #B75E18;
}
.AnyTagClassName
{
color: #B75E18;
}
</style>
background-color css
<style>
a { background-color: #B75E18; }
a { background-color: rgb(183,94,24); }
div.DivClassName
{
background-color: #B75E18;
}
.BgClassName
{
background-color: #B75E18;
}
</style>
border-color css
<style>
span { border-color: #B75E18; }
span { border-color: rgb(183,94,24); }
td.TdClassName
{
border-color: #B75E18;
}
.TagClassName
{
border-color: #B75E18;
}
</style>