Shades of Christine #B96A23
Tints of Christine #B96A23
RGB
CMYK
RGB Variations
Color information
#B96A23 (or 0xB96A23) is known color: Christine. HEX triplet: B9, 6A and 23. RGB value is (185,106,35). Sum of RGB (Red+Green+Blue) = 185+106+35=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A23 is #4695DC. Grayscale: #797979. Windows color (decimal): -4625885 or 2321081. OLE color: 2321081.
HSL color Cylindrical-coordinate representation of color #B96A23: hue angle of 28.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B96A23 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 106 | 35 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.27 |
| HSL | 28.4º | 0.68% | 0.43% | - |
| HSV(B) | 28.4º | 0.81% | 0.73% | - |
| XYZ | 25.46 | 20.74 | 4.25 | - |
| YUV | 121.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 35 | 0 | 0.43 | 0.81 | 0.27 | 28.4 | 0.68 | 0.43 |
| Hex | B9 | 6A | 23 | 0 | 2B | 51 | 1B | 1C | 44 | 2B |
| Octal | 271 | 152 | 43 | 0 | 53 | 121 | 33 | 34 | 104 | 53 |
| Binary | 10111001 | 1101010 | 100011 | 0 | 101011 | 1010001 | 11011 | 11100 | 1000100 | 101011 |
Color Harmonies of #B96A23
Complementary color
Monochromatic Colors of #B96A23
Black with #B96A23
Text Example
Text Example
White with #B96A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96A23; }
p { color: rgb(185,106,35); }
H1.HeaderClassName
{
color: #B96A23;
}
.AnyTagClassName
{
color: #B96A23;
}
</style>
background-color css
<style>
a { background-color: #B96A23; }
a { background-color: rgb(185,106,35); }
div.DivClassName
{
background-color: #B96A23;
}
.BgClassName
{
background-color: #B96A23;
}
</style>
border-color css
<style>
span { border-color: #B96A23; }
span { border-color: rgb(185,106,35); }
td.TdClassName
{
border-color: #B96A23;
}
.TagClassName
{
border-color: #B96A23;
}
</style>