Shades of Christine #B86630
Tints of Christine #B86630
RGB
CMYK
RGB Variations
Color information
#B86630 (or 0xB86630) is known color: Christine. HEX triplet: B8, 66 and 30. RGB value is (184,102,48). Sum of RGB (Red+Green+Blue) = 184+102+48=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B86630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86630 is #4799CF. Grayscale: #787878. Windows color (decimal): -4692432 or 3172024. OLE color: 3172024.
HSL color Cylindrical-coordinate representation of color #B86630: hue angle of 23.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B86630 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 48 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.28 |
| HSL | 23.82º | 0.59% | 0.45% | - |
| HSV(B) | 23.82º | 0.74% | 0.72% | - |
| XYZ | 25.05 | 19.91 | 5.32 | - |
| YUV | 120.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 48 | 0 | 0.45 | 0.74 | 0.28 | 23.82 | 0.59 | 0.45 |
| Hex | B8 | 66 | 30 | 0 | 2D | 4A | 1C | 18 | 3B | 2D |
| Octal | 270 | 146 | 60 | 0 | 55 | 112 | 34 | 30 | 73 | 55 |
| Binary | 10111000 | 1100110 | 110000 | 0 | 101101 | 1001010 | 11100 | 11000 | 111011 | 101101 |
Color Harmonies of #B86630
Complementary color
Monochromatic Colors of #B86630
Black with #B86630
Text Example
Text Example
White with #B86630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86630; }
p { color: rgb(184,102,48); }
H1.HeaderClassName
{
color: #B86630;
}
.AnyTagClassName
{
color: #B86630;
}
</style>
background-color css
<style>
a { background-color: #B86630; }
a { background-color: rgb(184,102,48); }
div.DivClassName
{
background-color: #B86630;
}
.BgClassName
{
background-color: #B86630;
}
</style>
border-color css
<style>
span { border-color: #B86630; }
span { border-color: rgb(184,102,48); }
td.TdClassName
{
border-color: #B86630;
}
.TagClassName
{
border-color: #B86630;
}
</style>