Shades of Christine #B8652C
Tints of Christine #B8652C
RGB
CMYK
RGB Variations
Color information
#B8652C (or 0xB8652C) is known color: Christine. HEX triplet: B8, 65 and 2C. RGB value is (184,101,44). Sum of RGB (Red+Green+Blue) = 184+101+44=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8652C is #479AD3. Grayscale: #777777. Windows color (decimal): -4692692 or 2909624. OLE color: 2909624.
HSL color Cylindrical-coordinate representation of color #B8652C: hue angle of 24.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8652C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 44 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.28 |
| HSL | 24.43º | 0.61% | 0.45% | - |
| HSV(B) | 24.43º | 0.76% | 0.72% | - |
| XYZ | 24.88 | 19.68 | 4.87 | - |
| YUV | 119.32 | 85.5 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 44 | 0 | 0.45 | 0.76 | 0.28 | 24.43 | 0.61 | 0.45 |
| Hex | B8 | 65 | 2C | 0 | 2D | 4C | 1C | 18 | 3D | 2D |
| Octal | 270 | 145 | 54 | 0 | 55 | 114 | 34 | 30 | 75 | 55 |
| Binary | 10111000 | 1100101 | 101100 | 0 | 101101 | 1001100 | 11100 | 11000 | 111101 | 101101 |
Color Harmonies of #B8652C
Complementary color
Monochromatic Colors of #B8652C
Black with #B8652C
Text Example
Text Example
White with #B8652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8652C; }
p { color: rgb(184,101,44); }
H1.HeaderClassName
{
color: #B8652C;
}
.AnyTagClassName
{
color: #B8652C;
}
</style>
background-color css
<style>
a { background-color: #B8652C; }
a { background-color: rgb(184,101,44); }
div.DivClassName
{
background-color: #B8652C;
}
.BgClassName
{
background-color: #B8652C;
}
</style>
border-color css
<style>
span { border-color: #B8652C; }
span { border-color: rgb(184,101,44); }
td.TdClassName
{
border-color: #B8652C;
}
.TagClassName
{
border-color: #B8652C;
}
</style>