Shades of Christine #B4642B
Tints of Christine #B4642B
RGB
CMYK
RGB Variations
Color information
#B4642B (or 0xB4642B) is known color: Christine. HEX triplet: B4, 64 and 2B. RGB value is (180,100,43). Sum of RGB (Red+Green+Blue) = 180+100+43=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4642B is #4B9BD4. Grayscale: #757575. Windows color (decimal): -4955093 or 2843828. OLE color: 2843828.
HSL color Cylindrical-coordinate representation of color #B4642B: 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 #B4642B is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 43 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.29 |
| HSL | 24.96º | 0.61% | 0.44% | - |
| HSV(B) | 24.96º | 0.76% | 0.71% | - |
| XYZ | 23.82 | 18.99 | 4.7 | - |
| YUV | 117.42 | 86 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 43 | 0 | 0.44 | 0.76 | 0.29 | 24.96 | 0.61 | 0.44 |
| Hex | B4 | 64 | 2B | 0 | 2C | 4C | 1D | 19 | 3D | 2C |
| Octal | 264 | 144 | 53 | 0 | 54 | 114 | 35 | 31 | 75 | 54 |
| Binary | 10110100 | 1100100 | 101011 | 0 | 101100 | 1001100 | 11101 | 11001 | 111101 | 101100 |
Color Harmonies of #B4642B
Complementary color
Monochromatic Colors of #B4642B
Black with #B4642B
Text Example
Text Example
White with #B4642B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4642B; }
p { color: rgb(180,100,43); }
H1.HeaderClassName
{
color: #B4642B;
}
.AnyTagClassName
{
color: #B4642B;
}
</style>
background-color css
<style>
a { background-color: #B4642B; }
a { background-color: rgb(180,100,43); }
div.DivClassName
{
background-color: #B4642B;
}
.BgClassName
{
background-color: #B4642B;
}
</style>
border-color css
<style>
span { border-color: #B4642B; }
span { border-color: rgb(180,100,43); }
td.TdClassName
{
border-color: #B4642B;
}
.TagClassName
{
border-color: #B4642B;
}
</style>