Shades of Christine #B96A2C
Tints of Christine #B96A2C
RGB
CMYK
RGB Variations
Color information
#B96A2C (or 0xB96A2C) is known color: Christine. HEX triplet: B9, 6A and 2C. RGB value is (185,106,44). Sum of RGB (Red+Green+Blue) = 185+106+44=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A2C is #4695D3. Grayscale: #7A7A7A. Windows color (decimal): -4625876 or 2910905. OLE color: 2910905.
HSL color Cylindrical-coordinate representation of color #B96A2C: hue angle of 26.38º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B96A2C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 44 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.27 |
| HSL | 26.38º | 0.62% | 0.45% | - |
| HSV(B) | 26.38º | 0.76% | 0.73% | - |
| XYZ | 25.62 | 20.8 | 5.05 | - |
| YUV | 122.55 | 83.67 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 44 | 0 | 0.43 | 0.76 | 0.27 | 26.38 | 0.62 | 0.45 |
| Hex | B9 | 6A | 2C | 0 | 2B | 4C | 1B | 1A | 3E | 2D |
| Octal | 271 | 152 | 54 | 0 | 53 | 114 | 33 | 32 | 76 | 55 |
| Binary | 10111001 | 1101010 | 101100 | 0 | 101011 | 1001100 | 11011 | 11010 | 111110 | 101101 |
Color Harmonies of #B96A2C
Complementary color
Monochromatic Colors of #B96A2C
Black with #B96A2C
Text Example
Text Example
White with #B96A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A2C; }
p { color: rgb(185,106,44); }
H1.HeaderClassName
{
color: #B96A2C;
}
.AnyTagClassName
{
color: #B96A2C;
}
</style>
background-color css
<style>
a { background-color: #B96A2C; }
a { background-color: rgb(185,106,44); }
div.DivClassName
{
background-color: #B96A2C;
}
.BgClassName
{
background-color: #B96A2C;
}
</style>
border-color css
<style>
span { border-color: #B96A2C; }
span { border-color: rgb(185,106,44); }
td.TdClassName
{
border-color: #B96A2C;
}
.TagClassName
{
border-color: #B96A2C;
}
</style>