Shades of Christine #B4632B
Tints of Christine #B4632B
RGB
CMYK
RGB Variations
Color information
#B4632B (or 0xB4632B) is known color: Christine. HEX triplet: B4, 63 and 2B. RGB value is (180,99,43). Sum of RGB (Red+Green+Blue) = 180+99+43=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4632B is #4B9CD4. Grayscale: #757575. Windows color (decimal): -4955349 or 2843572. OLE color: 2843572.
HSL color Cylindrical-coordinate representation of color #B4632B: hue angle of 24.53º 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 #B4632B is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 43 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.29 |
| HSL | 24.53º | 0.61% | 0.44% | - |
| HSV(B) | 24.53º | 0.76% | 0.71% | - |
| XYZ | 23.72 | 18.8 | 4.66 | - |
| YUV | 116.84 | 86.34 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 43 | 0 | 0.45 | 0.76 | 0.29 | 24.53 | 0.61 | 0.44 |
| Hex | B4 | 63 | 2B | 0 | 2D | 4C | 1D | 19 | 3D | 2C |
| Octal | 264 | 143 | 53 | 0 | 55 | 114 | 35 | 31 | 75 | 54 |
| Binary | 10110100 | 1100011 | 101011 | 0 | 101101 | 1001100 | 11101 | 11001 | 111101 | 101100 |
Color Harmonies of #B4632B
Complementary color
Monochromatic Colors of #B4632B
Black with #B4632B
Text Example
Text Example
White with #B4632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4632B; }
p { color: rgb(180,99,43); }
H1.HeaderClassName
{
color: #B4632B;
}
.AnyTagClassName
{
color: #B4632B;
}
</style>
background-color css
<style>
a { background-color: #B4632B; }
a { background-color: rgb(180,99,43); }
div.DivClassName
{
background-color: #B4632B;
}
.BgClassName
{
background-color: #B4632B;
}
</style>
border-color css
<style>
span { border-color: #B4632B; }
span { border-color: rgb(180,99,43); }
td.TdClassName
{
border-color: #B4632B;
}
.TagClassName
{
border-color: #B4632B;
}
</style>