Shades of Christine #B96A2E
Tints of Christine #B96A2E
RGB
CMYK
RGB Variations
Color information
#B96A2E (or 0xB96A2E) is known color: Christine. HEX triplet: B9, 6A and 2E. RGB value is (185,106,46). Sum of RGB (Red+Green+Blue) = 185+106+46=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A2E is #4695D1. Grayscale: #7B7B7B. Windows color (decimal): -4625874 or 3041977. OLE color: 3041977.
HSL color Cylindrical-coordinate representation of color #B96A2E: hue angle of 25.9º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B96A2E is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 46 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.27 |
| HSL | 25.9º | 0.6% | 0.45% | - |
| HSV(B) | 25.9º | 0.75% | 0.73% | - |
| XYZ | 25.65 | 20.82 | 5.25 | - |
| YUV | 122.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 46 | 0 | 0.43 | 0.75 | 0.27 | 25.9 | 0.6 | 0.45 |
| Hex | B9 | 6A | 2E | 0 | 2B | 4B | 1B | 1A | 3C | 2D |
| Octal | 271 | 152 | 56 | 0 | 53 | 113 | 33 | 32 | 74 | 55 |
| Binary | 10111001 | 1101010 | 101110 | 0 | 101011 | 1001011 | 11011 | 11010 | 111100 | 101101 |
Color Harmonies of #B96A2E
Complementary color
Monochromatic Colors of #B96A2E
Black with #B96A2E
Text Example
Text Example
White with #B96A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A2E; }
p { color: rgb(185,106,46); }
H1.HeaderClassName
{
color: #B96A2E;
}
.AnyTagClassName
{
color: #B96A2E;
}
</style>
background-color css
<style>
a { background-color: #B96A2E; }
a { background-color: rgb(185,106,46); }
div.DivClassName
{
background-color: #B96A2E;
}
.BgClassName
{
background-color: #B96A2E;
}
</style>
border-color css
<style>
span { border-color: #B96A2E; }
span { border-color: rgb(185,106,46); }
td.TdClassName
{
border-color: #B96A2E;
}
.TagClassName
{
border-color: #B96A2E;
}
</style>