Shades of Christine #B96937
Tints of Christine #B96937
RGB
CMYK
RGB Variations
Color information
#B96937 (or 0xB96937) is known color: Christine. HEX triplet: B9, 69 and 37. RGB value is (185,105,55). Sum of RGB (Red+Green+Blue) = 185+105+55=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B96937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96937 is #4696C8. Grayscale: #7B7B7B. Windows color (decimal): -4626121 or 3631545. OLE color: 3631545.
HSL color Cylindrical-coordinate representation of color #B96937: hue angle of 23.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B96937 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 55 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.27 |
| HSL | 23.08º | 0.54% | 0.47% | - |
| HSV(B) | 23.08º | 0.7% | 0.73% | - |
| XYZ | 25.75 | 20.69 | 6.25 | - |
| YUV | 123.22 | 89.5 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 55 | 0 | 0.43 | 0.70 | 0.27 | 23.08 | 0.54 | 0.47 |
| Hex | B9 | 69 | 37 | 0 | 2B | 46 | 1B | 17 | 36 | 2F |
| Octal | 271 | 151 | 67 | 0 | 53 | 106 | 33 | 27 | 66 | 57 |
| Binary | 10111001 | 1101001 | 110111 | 0 | 101011 | 1000110 | 11011 | 10111 | 110110 | 101111 |
Color Harmonies of #B96937
Complementary color
Monochromatic Colors of #B96937
Black with #B96937
Text Example
Text Example
White with #B96937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96937; }
p { color: rgb(185,105,55); }
H1.HeaderClassName
{
color: #B96937;
}
.AnyTagClassName
{
color: #B96937;
}
</style>
background-color css
<style>
a { background-color: #B96937; }
a { background-color: rgb(185,105,55); }
div.DivClassName
{
background-color: #B96937;
}
.BgClassName
{
background-color: #B96937;
}
</style>
border-color css
<style>
span { border-color: #B96937; }
span { border-color: rgb(185,105,55); }
td.TdClassName
{
border-color: #B96937;
}
.TagClassName
{
border-color: #B96937;
}
</style>