Shades of Christine #B96530
Tints of Christine #B96530
RGB
CMYK
RGB Variations
Color information
#B96530 (or 0xB96530) is known color: Christine. HEX triplet: B9, 65 and 30. RGB value is (185,101,48). Sum of RGB (Red+Green+Blue) = 185+101+48=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B96530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96530 is #469ACF. Grayscale: #787878. Windows color (decimal): -4627152 or 3171769. OLE color: 3171769.
HSL color Cylindrical-coordinate representation of color #B96530: hue angle of 23.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B96530 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 48 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.27 |
| HSL | 23.21º | 0.59% | 0.46% | - |
| HSV(B) | 23.21º | 0.74% | 0.73% | - |
| XYZ | 25.19 | 19.84 | 5.3 | - |
| YUV | 120.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 48 | 0 | 0.45 | 0.74 | 0.27 | 23.21 | 0.59 | 0.46 |
| Hex | B9 | 65 | 30 | 0 | 2D | 4A | 1B | 17 | 3B | 2E |
| Octal | 271 | 145 | 60 | 0 | 55 | 112 | 33 | 27 | 73 | 56 |
| Binary | 10111001 | 1100101 | 110000 | 0 | 101101 | 1001010 | 11011 | 10111 | 111011 | 101110 |
Color Harmonies of #B96530
Complementary color
Monochromatic Colors of #B96530
Black with #B96530
Text Example
Text Example
White with #B96530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96530; }
p { color: rgb(185,101,48); }
H1.HeaderClassName
{
color: #B96530;
}
.AnyTagClassName
{
color: #B96530;
}
</style>
background-color css
<style>
a { background-color: #B96530; }
a { background-color: rgb(185,101,48); }
div.DivClassName
{
background-color: #B96530;
}
.BgClassName
{
background-color: #B96530;
}
</style>
border-color css
<style>
span { border-color: #B96530; }
span { border-color: rgb(185,101,48); }
td.TdClassName
{
border-color: #B96530;
}
.TagClassName
{
border-color: #B96530;
}
</style>