Shades of Christine #B86627
Tints of Christine #B86627
RGB
CMYK
RGB Variations
Color information
#B86627 (or 0xB86627) is known color: Christine. HEX triplet: B8, 66 and 27. RGB value is (184,102,39). Sum of RGB (Red+Green+Blue) = 184+102+39=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B86627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86627 is #4799D8. Grayscale: #777777. Windows color (decimal): -4692441 or 2582200. OLE color: 2582200.
HSL color Cylindrical-coordinate representation of color #B86627: hue angle of 26.07º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B86627 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 39 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.28 |
| HSL | 26.07º | 0.65% | 0.44% | - |
| HSV(B) | 26.07º | 0.79% | 0.72% | - |
| XYZ | 24.88 | 19.84 | 4.44 | - |
| YUV | 119.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 39 | 0 | 0.45 | 0.79 | 0.28 | 26.07 | 0.65 | 0.44 |
| Hex | B8 | 66 | 27 | 0 | 2D | 4F | 1C | 1A | 41 | 2C |
| Octal | 270 | 146 | 47 | 0 | 55 | 117 | 34 | 32 | 101 | 54 |
| Binary | 10111000 | 1100110 | 100111 | 0 | 101101 | 1001111 | 11100 | 11010 | 1000001 | 101100 |
Color Harmonies of #B86627
Complementary color
Monochromatic Colors of #B86627
Black with #B86627
Text Example
Text Example
White with #B86627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86627; }
p { color: rgb(184,102,39); }
H1.HeaderClassName
{
color: #B86627;
}
.AnyTagClassName
{
color: #B86627;
}
</style>
background-color css
<style>
a { background-color: #B86627; }
a { background-color: rgb(184,102,39); }
div.DivClassName
{
background-color: #B86627;
}
.BgClassName
{
background-color: #B86627;
}
</style>
border-color css
<style>
span { border-color: #B86627; }
span { border-color: rgb(184,102,39); }
td.TdClassName
{
border-color: #B86627;
}
.TagClassName
{
border-color: #B86627;
}
</style>