Shades of Christine #B4632F
Tints of Christine #B4632F
RGB
CMYK
RGB Variations
Color information
#B4632F (or 0xB4632F) is known color: Christine. HEX triplet: B4, 63 and 2F. RGB value is (180,99,47). Sum of RGB (Red+Green+Blue) = 180+99+47=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4632F is #4B9CD0. Grayscale: #757575. Windows color (decimal): -4955345 or 3105716. OLE color: 3105716.
HSL color Cylindrical-coordinate representation of color #B4632F: hue angle of 23.46º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4632F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 47 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.29 |
| HSL | 23.46º | 0.59% | 0.45% | - |
| HSV(B) | 23.46º | 0.74% | 0.71% | - |
| XYZ | 23.8 | 18.83 | 5.07 | - |
| YUV | 117.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 47 | 0 | 0.45 | 0.74 | 0.29 | 23.46 | 0.59 | 0.45 |
| Hex | B4 | 63 | 2F | 0 | 2D | 4A | 1D | 17 | 3B | 2D |
| Octal | 264 | 143 | 57 | 0 | 55 | 112 | 35 | 27 | 73 | 55 |
| Binary | 10110100 | 1100011 | 101111 | 0 | 101101 | 1001010 | 11101 | 10111 | 111011 | 101101 |
Color Harmonies of #B4632F
Complementary color
Monochromatic Colors of #B4632F
Black with #B4632F
Text Example
Text Example
White with #B4632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4632F; }
p { color: rgb(180,99,47); }
H1.HeaderClassName
{
color: #B4632F;
}
.AnyTagClassName
{
color: #B4632F;
}
</style>
background-color css
<style>
a { background-color: #B4632F; }
a { background-color: rgb(180,99,47); }
div.DivClassName
{
background-color: #B4632F;
}
.BgClassName
{
background-color: #B4632F;
}
</style>
border-color css
<style>
span { border-color: #B4632F; }
span { border-color: rgb(180,99,47); }
td.TdClassName
{
border-color: #B4632F;
}
.TagClassName
{
border-color: #B4632F;
}
</style>