Shades of Christine #B76431
Tints of Christine #B76431
RGB
CMYK
RGB Variations
Color information
#B76431 (or 0xB76431) is known color: Christine. HEX triplet: B7, 64 and 31. RGB value is (183,100,49). Sum of RGB (Red+Green+Blue) = 183+100+49=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B76431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76431 is #489BCE. Grayscale: #777777. Windows color (decimal): -4758479 or 3237047. OLE color: 3237047.
HSL color Cylindrical-coordinate representation of color #B76431: hue angle of 22.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B76431 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 49 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.28 |
| HSL | 22.84º | 0.58% | 0.45% | - |
| HSV(B) | 22.84º | 0.73% | 0.72% | - |
| XYZ | 24.64 | 19.4 | 5.35 | - |
| YUV | 119 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 49 | 0 | 0.45 | 0.73 | 0.28 | 22.84 | 0.58 | 0.45 |
| Hex | B7 | 64 | 31 | 0 | 2D | 49 | 1C | 17 | 3A | 2D |
| Octal | 267 | 144 | 61 | 0 | 55 | 111 | 34 | 27 | 72 | 55 |
| Binary | 10110111 | 1100100 | 110001 | 0 | 101101 | 1001001 | 11100 | 10111 | 111010 | 101101 |
Color Harmonies of #B76431
Complementary color
Monochromatic Colors of #B76431
Black with #B76431
Text Example
Text Example
White with #B76431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76431; }
p { color: rgb(183,100,49); }
H1.HeaderClassName
{
color: #B76431;
}
.AnyTagClassName
{
color: #B76431;
}
</style>
background-color css
<style>
a { background-color: #B76431; }
a { background-color: rgb(183,100,49); }
div.DivClassName
{
background-color: #B76431;
}
.BgClassName
{
background-color: #B76431;
}
</style>
border-color css
<style>
span { border-color: #B76431; }
span { border-color: rgb(183,100,49); }
td.TdClassName
{
border-color: #B76431;
}
.TagClassName
{
border-color: #B76431;
}
</style>