Shades of Christine #B86722
Tints of Christine #B86722
RGB
CMYK
RGB Variations
Color information
#B86722 (or 0xB86722) is known color: Christine. HEX triplet: B8, 67 and 22. RGB value is (184,103,34). Sum of RGB (Red+Green+Blue) = 184+103+34=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B86722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86722 is #4798DD. Grayscale: #777777. Windows color (decimal): -4692190 or 2254776. OLE color: 2254776.
HSL color Cylindrical-coordinate representation of color #B86722: hue angle of 27.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B86722 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 34 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.28 |
| HSL | 27.6º | 0.69% | 0.43% | - |
| HSV(B) | 27.6º | 0.82% | 0.72% | - |
| XYZ | 24.91 | 20.01 | 4.06 | - |
| YUV | 119.35 | 79.84 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 34 | 0 | 0.44 | 0.82 | 0.28 | 27.6 | 0.69 | 0.43 |
| Hex | B8 | 67 | 22 | 0 | 2C | 52 | 1C | 1C | 45 | 2B |
| Octal | 270 | 147 | 42 | 0 | 54 | 122 | 34 | 34 | 105 | 53 |
| Binary | 10111000 | 1100111 | 100010 | 0 | 101100 | 1010010 | 11100 | 11100 | 1000101 | 101011 |
Color Harmonies of #B86722
Complementary color
Monochromatic Colors of #B86722
Black with #B86722
Text Example
Text Example
White with #B86722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86722; }
p { color: rgb(184,103,34); }
H1.HeaderClassName
{
color: #B86722;
}
.AnyTagClassName
{
color: #B86722;
}
</style>
background-color css
<style>
a { background-color: #B86722; }
a { background-color: rgb(184,103,34); }
div.DivClassName
{
background-color: #B86722;
}
.BgClassName
{
background-color: #B86722;
}
</style>
border-color css
<style>
span { border-color: #B86722; }
span { border-color: rgb(184,103,34); }
td.TdClassName
{
border-color: #B86722;
}
.TagClassName
{
border-color: #B86722;
}
</style>