Shades of Christine #B36224
Tints of Christine #B36224
RGB
CMYK
RGB Variations
Color information
#B36224 (or 0xB36224) is known color: Christine. HEX triplet: B3, 62 and 24. RGB value is (179,98,36). Sum of RGB (Red+Green+Blue) = 179+98+36=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B36224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36224 is #4C9DDB. Grayscale: #737373. Windows color (decimal): -5021148 or 2384563. OLE color: 2384563.
HSL color Cylindrical-coordinate representation of color #B36224: hue angle of 26.01º 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 #B36224 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 36 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.30 |
| HSL | 26.01º | 0.67% | 0.42% | - |
| HSV(B) | 26.01º | 0.8% | 0.7% | - |
| XYZ | 23.28 | 18.45 | 4 | - |
| YUV | 115.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 36 | 0 | 0.45 | 0.80 | 0.30 | 26.01 | 0.67 | 0.42 |
| Hex | B3 | 62 | 24 | 0 | 2D | 50 | 1E | 1A | 43 | 2A |
| Octal | 263 | 142 | 44 | 0 | 55 | 120 | 36 | 32 | 103 | 52 |
| Binary | 10110011 | 1100010 | 100100 | 0 | 101101 | 1010000 | 11110 | 11010 | 1000011 | 101010 |
Color Harmonies of #B36224
Complementary color
Monochromatic Colors of #B36224
Black with #B36224
Text Example
Text Example
White with #B36224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36224; }
p { color: rgb(179,98,36); }
H1.HeaderClassName
{
color: #B36224;
}
.AnyTagClassName
{
color: #B36224;
}
</style>
background-color css
<style>
a { background-color: #B36224; }
a { background-color: rgb(179,98,36); }
div.DivClassName
{
background-color: #B36224;
}
.BgClassName
{
background-color: #B36224;
}
</style>
border-color css
<style>
span { border-color: #B36224; }
span { border-color: rgb(179,98,36); }
td.TdClassName
{
border-color: #B36224;
}
.TagClassName
{
border-color: #B36224;
}
</style>