Shades of Christine #B96628
Tints of Christine #B96628
RGB
CMYK
RGB Variations
Color information
#B96628 (or 0xB96628) is known color: Christine. HEX triplet: B9, 66 and 28. RGB value is (185,102,40). Sum of RGB (Red+Green+Blue) = 185+102+40=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B96628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96628 is #4699D7. Grayscale: #787878. Windows color (decimal): -4626904 or 2647737. OLE color: 2647737.
HSL color Cylindrical-coordinate representation of color #B96628: hue angle of 25.66º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B96628 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 40 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.27 |
| HSL | 25.66º | 0.64% | 0.44% | - |
| HSV(B) | 25.66º | 0.78% | 0.73% | - |
| XYZ | 25.14 | 19.97 | 4.54 | - |
| YUV | 119.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 40 | 0 | 0.45 | 0.78 | 0.27 | 25.66 | 0.64 | 0.44 |
| Hex | B9 | 66 | 28 | 0 | 2D | 4E | 1B | 1A | 40 | 2C |
| Octal | 271 | 146 | 50 | 0 | 55 | 116 | 33 | 32 | 100 | 54 |
| Binary | 10111001 | 1100110 | 101000 | 0 | 101101 | 1001110 | 11011 | 11010 | 1000000 | 101100 |
Color Harmonies of #B96628
Complementary color
Monochromatic Colors of #B96628
Black with #B96628
Text Example
Text Example
White with #B96628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96628; }
p { color: rgb(185,102,40); }
H1.HeaderClassName
{
color: #B96628;
}
.AnyTagClassName
{
color: #B96628;
}
</style>
background-color css
<style>
a { background-color: #B96628; }
a { background-color: rgb(185,102,40); }
div.DivClassName
{
background-color: #B96628;
}
.BgClassName
{
background-color: #B96628;
}
</style>
border-color css
<style>
span { border-color: #B96628; }
span { border-color: rgb(185,102,40); }
td.TdClassName
{
border-color: #B96628;
}
.TagClassName
{
border-color: #B96628;
}
</style>