Shades of Christine #B4652C
Tints of Christine #B4652C
RGB
CMYK
RGB Variations
Color information
#B4652C (or 0xB4652C) is known color: Christine. HEX triplet: B4, 65 and 2C. RGB value is (180,101,44). Sum of RGB (Red+Green+Blue) = 180+101+44=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4652C is #4B9AD3. Grayscale: #767676. Windows color (decimal): -4954836 or 2909620. OLE color: 2909620.
HSL color Cylindrical-coordinate representation of color #B4652C: hue angle of 25.15º 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 #B4652C is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 44 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.29 |
| HSL | 25.15º | 0.61% | 0.44% | - |
| HSV(B) | 25.15º | 0.76% | 0.71% | - |
| XYZ | 23.93 | 19.19 | 4.83 | - |
| YUV | 118.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 44 | 0 | 0.44 | 0.76 | 0.29 | 25.15 | 0.61 | 0.44 |
| Hex | B4 | 65 | 2C | 0 | 2C | 4C | 1D | 19 | 3D | 2C |
| Octal | 264 | 145 | 54 | 0 | 54 | 114 | 35 | 31 | 75 | 54 |
| Binary | 10110100 | 1100101 | 101100 | 0 | 101100 | 1001100 | 11101 | 11001 | 111101 | 101100 |
Color Harmonies of #B4652C
Complementary color
Monochromatic Colors of #B4652C
Black with #B4652C
Text Example
Text Example
White with #B4652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4652C; }
p { color: rgb(180,101,44); }
H1.HeaderClassName
{
color: #B4652C;
}
.AnyTagClassName
{
color: #B4652C;
}
</style>
background-color css
<style>
a { background-color: #B4652C; }
a { background-color: rgb(180,101,44); }
div.DivClassName
{
background-color: #B4652C;
}
.BgClassName
{
background-color: #B4652C;
}
</style>
border-color css
<style>
span { border-color: #B4652C; }
span { border-color: rgb(180,101,44); }
td.TdClassName
{
border-color: #B4652C;
}
.TagClassName
{
border-color: #B4652C;
}
</style>