Shades of Christine #B96721
Tints of Christine #B96721
RGB
CMYK
RGB Variations
Color information
#B96721 (or 0xB96721) is known color: Christine. HEX triplet: B9, 67 and 21. RGB value is (185,103,33). Sum of RGB (Red+Green+Blue) = 185+103+33=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B96721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96721 is #4698DE. Grayscale: #777777. Windows color (decimal): -4626655 or 2189241. OLE color: 2189241.
HSL color Cylindrical-coordinate representation of color #B96721: hue angle of 27.63º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B96721 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 33 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.27 |
| HSL | 27.63º | 0.7% | 0.43% | - |
| HSV(B) | 27.63º | 0.82% | 0.73% | - |
| XYZ | 25.13 | 20.12 | 4 | - |
| YUV | 119.54 | 79.17 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 33 | 0 | 0.44 | 0.82 | 0.27 | 27.63 | 0.7 | 0.43 |
| Hex | B9 | 67 | 21 | 0 | 2C | 52 | 1B | 1C | 46 | 2B |
| Octal | 271 | 147 | 41 | 0 | 54 | 122 | 33 | 34 | 106 | 53 |
| Binary | 10111001 | 1100111 | 100001 | 0 | 101100 | 1010010 | 11011 | 11100 | 1000110 | 101011 |
Color Harmonies of #B96721
Complementary color
Monochromatic Colors of #B96721
Black with #B96721
Text Example
Text Example
White with #B96721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96721; }
p { color: rgb(185,103,33); }
H1.HeaderClassName
{
color: #B96721;
}
.AnyTagClassName
{
color: #B96721;
}
</style>
background-color css
<style>
a { background-color: #B96721; }
a { background-color: rgb(185,103,33); }
div.DivClassName
{
background-color: #B96721;
}
.BgClassName
{
background-color: #B96721;
}
</style>
border-color css
<style>
span { border-color: #B96721; }
span { border-color: rgb(185,103,33); }
td.TdClassName
{
border-color: #B96721;
}
.TagClassName
{
border-color: #B96721;
}
</style>