Shades of Christine #B36424
Tints of Christine #B36424
RGB
CMYK
RGB Variations
Color information
#B36424 (or 0xB36424) is known color: Christine. HEX triplet: B3, 64 and 24. RGB value is (179,100,36). Sum of RGB (Red+Green+Blue) = 179+100+36=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B36424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36424 is #4C9BDB. Grayscale: #747474. Windows color (decimal): -5020636 or 2385075. OLE color: 2385075.
HSL color Cylindrical-coordinate representation of color #B36424: hue angle of 26.85º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B36424 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 36 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.30 |
| HSL | 26.85º | 0.67% | 0.42% | - |
| HSV(B) | 26.85º | 0.8% | 0.7% | - |
| XYZ | 23.47 | 18.83 | 4.07 | - |
| YUV | 116.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 36 | 0 | 0.44 | 0.80 | 0.30 | 26.85 | 0.67 | 0.42 |
| Hex | B3 | 64 | 24 | 0 | 2C | 50 | 1E | 1B | 43 | 2A |
| Octal | 263 | 144 | 44 | 0 | 54 | 120 | 36 | 33 | 103 | 52 |
| Binary | 10110011 | 1100100 | 100100 | 0 | 101100 | 1010000 | 11110 | 11011 | 1000011 | 101010 |
Color Harmonies of #B36424
Complementary color
Monochromatic Colors of #B36424
Black with #B36424
Text Example
Text Example
White with #B36424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36424; }
p { color: rgb(179,100,36); }
H1.HeaderClassName
{
color: #B36424;
}
.AnyTagClassName
{
color: #B36424;
}
</style>
background-color css
<style>
a { background-color: #B36424; }
a { background-color: rgb(179,100,36); }
div.DivClassName
{
background-color: #B36424;
}
.BgClassName
{
background-color: #B36424;
}
</style>
border-color css
<style>
span { border-color: #B36424; }
span { border-color: rgb(179,100,36); }
td.TdClassName
{
border-color: #B36424;
}
.TagClassName
{
border-color: #B36424;
}
</style>