Shades of Christine #B96B28
Tints of Christine #B96B28
RGB
CMYK
RGB Variations
Color information
#B96B28 (or 0xB96B28) is known color: Christine. HEX triplet: B9, 6B and 28. RGB value is (185,107,40). Sum of RGB (Red+Green+Blue) = 185+107+40=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B28 is #4694D7. Grayscale: #7B7B7B. Windows color (decimal): -4625624 or 2649017. OLE color: 2649017.
HSL color Cylindrical-coordinate representation of color #B96B28: hue angle of 27.72º 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 #B96B28 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 40 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.27 |
| HSL | 27.72º | 0.64% | 0.44% | - |
| HSV(B) | 27.72º | 0.78% | 0.73% | - |
| XYZ | 25.65 | 20.98 | 4.71 | - |
| YUV | 122.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 40 | 0 | 0.42 | 0.78 | 0.27 | 27.72 | 0.64 | 0.44 |
| Hex | B9 | 6B | 28 | 0 | 2A | 4E | 1B | 1C | 40 | 2C |
| Octal | 271 | 153 | 50 | 0 | 52 | 116 | 33 | 34 | 100 | 54 |
| Binary | 10111001 | 1101011 | 101000 | 0 | 101010 | 1001110 | 11011 | 11100 | 1000000 | 101100 |
Color Harmonies of #B96B28
Complementary color
Monochromatic Colors of #B96B28
Black with #B96B28
Text Example
Text Example
White with #B96B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B28; }
p { color: rgb(185,107,40); }
H1.HeaderClassName
{
color: #B96B28;
}
.AnyTagClassName
{
color: #B96B28;
}
</style>
background-color css
<style>
a { background-color: #B96B28; }
a { background-color: rgb(185,107,40); }
div.DivClassName
{
background-color: #B96B28;
}
.BgClassName
{
background-color: #B96B28;
}
</style>
border-color css
<style>
span { border-color: #B96B28; }
span { border-color: rgb(185,107,40); }
td.TdClassName
{
border-color: #B96B28;
}
.TagClassName
{
border-color: #B96B28;
}
</style>