Shades of Christine #B96633
Tints of Christine #B96633
RGB
CMYK
RGB Variations
Color information
#B96633 (or 0xB96633) is known color: Christine. HEX triplet: B9, 66 and 33. RGB value is (185,102,51). Sum of RGB (Red+Green+Blue) = 185+102+51=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96633 is #4699CC. Grayscale: #797979. Windows color (decimal): -4626893 or 3368633. OLE color: 3368633.
HSL color Cylindrical-coordinate representation of color #B96633: hue angle of 22.84º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B96633 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 51 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.27 |
| HSL | 22.84º | 0.57% | 0.46% | - |
| HSV(B) | 22.84º | 0.72% | 0.73% | - |
| XYZ | 25.36 | 20.06 | 5.67 | - |
| YUV | 121 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 51 | 0 | 0.45 | 0.72 | 0.27 | 22.84 | 0.57 | 0.46 |
| Hex | B9 | 66 | 33 | 0 | 2D | 48 | 1B | 17 | 39 | 2E |
| Octal | 271 | 146 | 63 | 0 | 55 | 110 | 33 | 27 | 71 | 56 |
| Binary | 10111001 | 1100110 | 110011 | 0 | 101101 | 1001000 | 11011 | 10111 | 111001 | 101110 |
Color Harmonies of #B96633
Complementary color
Monochromatic Colors of #B96633
Black with #B96633
Text Example
Text Example
White with #B96633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96633; }
p { color: rgb(185,102,51); }
H1.HeaderClassName
{
color: #B96633;
}
.AnyTagClassName
{
color: #B96633;
}
</style>
background-color css
<style>
a { background-color: #B96633; }
a { background-color: rgb(185,102,51); }
div.DivClassName
{
background-color: #B96633;
}
.BgClassName
{
background-color: #B96633;
}
</style>
border-color css
<style>
span { border-color: #B96633; }
span { border-color: rgb(185,102,51); }
td.TdClassName
{
border-color: #B96633;
}
.TagClassName
{
border-color: #B96633;
}
</style>