Shades of Christine #B5652C
Tints of Christine #B5652C
RGB
CMYK
RGB Variations
Color information
#B5652C (or 0xB5652C) is known color: Christine. HEX triplet: B5, 65 and 2C. RGB value is (181,101,44). Sum of RGB (Red+Green+Blue) = 181+101+44=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5652C is #4A9AD3. Grayscale: #767676. Windows color (decimal): -4889300 or 2909621. OLE color: 2909621.
HSL color Cylindrical-coordinate representation of color #B5652C: hue angle of 24.96º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5652C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 44 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.29 |
| HSL | 24.96º | 0.61% | 0.44% | - |
| HSV(B) | 24.96º | 0.76% | 0.71% | - |
| XYZ | 24.16 | 19.31 | 4.84 | - |
| YUV | 118.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 44 | 0 | 0.44 | 0.76 | 0.29 | 24.96 | 0.61 | 0.44 |
| Hex | B5 | 65 | 2C | 0 | 2C | 4C | 1D | 19 | 3D | 2C |
| Octal | 265 | 145 | 54 | 0 | 54 | 114 | 35 | 31 | 75 | 54 |
| Binary | 10110101 | 1100101 | 101100 | 0 | 101100 | 1001100 | 11101 | 11001 | 111101 | 101100 |
Color Harmonies of #B5652C
Complementary color
Monochromatic Colors of #B5652C
Black with #B5652C
Text Example
Text Example
White with #B5652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5652C; }
p { color: rgb(181,101,44); }
H1.HeaderClassName
{
color: #B5652C;
}
.AnyTagClassName
{
color: #B5652C;
}
</style>
background-color css
<style>
a { background-color: #B5652C; }
a { background-color: rgb(181,101,44); }
div.DivClassName
{
background-color: #B5652C;
}
.BgClassName
{
background-color: #B5652C;
}
</style>
border-color css
<style>
span { border-color: #B5652C; }
span { border-color: rgb(181,101,44); }
td.TdClassName
{
border-color: #B5652C;
}
.TagClassName
{
border-color: #B5652C;
}
</style>