Shades of Christine #B86735
Tints of Christine #B86735
RGB
CMYK
RGB Variations
Color information
#B86735 (or 0xB86735) is known color: Christine. HEX triplet: B8, 67 and 35. RGB value is (184,103,53). Sum of RGB (Red+Green+Blue) = 184+103+53=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B86735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86735 is #4798CA. Grayscale: #797979. Windows color (decimal): -4692171 or 3499960. OLE color: 3499960.
HSL color Cylindrical-coordinate representation of color #B86735: hue angle of 22.9º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B86735 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 103 | 53 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.28 |
| HSL | 22.9º | 0.55% | 0.46% | - |
| HSV(B) | 22.9º | 0.71% | 0.72% | - |
| XYZ | 25.26 | 20.15 | 5.93 | - |
| YUV | 121.52 | 89.34 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 103 | 53 | 0 | 0.44 | 0.71 | 0.28 | 22.9 | 0.55 | 0.46 |
| Hex | B8 | 67 | 35 | 0 | 2C | 47 | 1C | 17 | 37 | 2E |
| Octal | 270 | 147 | 65 | 0 | 54 | 107 | 34 | 27 | 67 | 56 |
| Binary | 10111000 | 1100111 | 110101 | 0 | 101100 | 1000111 | 11100 | 10111 | 110111 | 101110 |
Color Harmonies of #B86735
Complementary color
Monochromatic Colors of #B86735
Black with #B86735
Text Example
Text Example
White with #B86735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86735; }
p { color: rgb(184,103,53); }
H1.HeaderClassName
{
color: #B86735;
}
.AnyTagClassName
{
color: #B86735;
}
</style>
background-color css
<style>
a { background-color: #B86735; }
a { background-color: rgb(184,103,53); }
div.DivClassName
{
background-color: #B86735;
}
.BgClassName
{
background-color: #B86735;
}
</style>
border-color css
<style>
span { border-color: #B86735; }
span { border-color: rgb(184,103,53); }
td.TdClassName
{
border-color: #B86735;
}
.TagClassName
{
border-color: #B86735;
}
</style>