Shades of Christine #B75E19
Tints of Christine #B75E19
RGB
CMYK
RGB Variations
Color information
#B75E19 (or 0xB75E19) is known color: Christine. HEX triplet: B7, 5E and 19. RGB value is (183,94,25). Sum of RGB (Red+Green+Blue) = 183+94+25=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75E19 is #48A1E6. Grayscale: #717171. Windows color (decimal): -4760039 or 1662647. OLE color: 1662647.
HSL color Cylindrical-coordinate representation of color #B75E19: hue angle of 26.2º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B75E19 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 25 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.28 |
| HSL | 26.2º | 0.76% | 0.41% | - |
| HSV(B) | 26.2º | 0.86% | 0.72% | - |
| XYZ | 23.71 | 18.14 | 3.17 | - |
| YUV | 112.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 25 | 0 | 0.49 | 0.86 | 0.28 | 26.2 | 0.76 | 0.41 |
| Hex | B7 | 5E | 19 | 0 | 31 | 56 | 1C | 1A | 4C | 29 |
| Octal | 267 | 136 | 31 | 0 | 61 | 126 | 34 | 32 | 114 | 51 |
| Binary | 10110111 | 1011110 | 11001 | 0 | 110001 | 1010110 | 11100 | 11010 | 1001100 | 101001 |
Color Harmonies of #B75E19
Complementary color
Monochromatic Colors of #B75E19
Black with #B75E19
Text Example
Text Example
White with #B75E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E19; }
p { color: rgb(183,94,25); }
H1.HeaderClassName
{
color: #B75E19;
}
.AnyTagClassName
{
color: #B75E19;
}
</style>
background-color css
<style>
a { background-color: #B75E19; }
a { background-color: rgb(183,94,25); }
div.DivClassName
{
background-color: #B75E19;
}
.BgClassName
{
background-color: #B75E19;
}
</style>
border-color css
<style>
span { border-color: #B75E19; }
span { border-color: rgb(183,94,25); }
td.TdClassName
{
border-color: #B75E19;
}
.TagClassName
{
border-color: #B75E19;
}
</style>