Shades of Christine #B96B29
Tints of Christine #B96B29
RGB
CMYK
RGB Variations
Color information
#B96B29 (or 0xB96B29) is known color: Christine. HEX triplet: B9, 6B and 29. RGB value is (185,107,41). Sum of RGB (Red+Green+Blue) = 185+107+41=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96B29 is #4694D6. Grayscale: #7B7B7B. Windows color (decimal): -4625623 or 2714553. OLE color: 2714553.
HSL color Cylindrical-coordinate representation of color #B96B29: hue angle of 27.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B96B29 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 41 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.27 |
| HSL | 27.5º | 0.64% | 0.44% | - |
| HSV(B) | 27.5º | 0.78% | 0.73% | - |
| XYZ | 25.67 | 20.99 | 4.8 | - |
| YUV | 122.8 | 81.84 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 41 | 0 | 0.42 | 0.78 | 0.27 | 27.5 | 0.64 | 0.44 |
| Hex | B9 | 6B | 29 | 0 | 2A | 4E | 1B | 1C | 40 | 2C |
| Octal | 271 | 153 | 51 | 0 | 52 | 116 | 33 | 34 | 100 | 54 |
| Binary | 10111001 | 1101011 | 101001 | 0 | 101010 | 1001110 | 11011 | 11100 | 1000000 | 101100 |
Color Harmonies of #B96B29
Complementary color
Monochromatic Colors of #B96B29
Black with #B96B29
Text Example
Text Example
White with #B96B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B29; }
p { color: rgb(185,107,41); }
H1.HeaderClassName
{
color: #B96B29;
}
.AnyTagClassName
{
color: #B96B29;
}
</style>
background-color css
<style>
a { background-color: #B96B29; }
a { background-color: rgb(185,107,41); }
div.DivClassName
{
background-color: #B96B29;
}
.BgClassName
{
background-color: #B96B29;
}
</style>
border-color css
<style>
span { border-color: #B96B29; }
span { border-color: rgb(185,107,41); }
td.TdClassName
{
border-color: #B96B29;
}
.TagClassName
{
border-color: #B96B29;
}
</style>