Shades of Christine #B56620
Tints of Christine #B56620
RGB
CMYK
RGB Variations
Color information
#B56620 (or 0xB56620) is known color: Christine. HEX triplet: B5, 66 and 20. RGB value is (181,102,32). Sum of RGB (Red+Green+Blue) = 181+102+32=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B56620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56620 is #4A99DF. Grayscale: #757575. Windows color (decimal): -4889056 or 2123445. OLE color: 2123445.
HSL color Cylindrical-coordinate representation of color #B56620: hue angle of 28.19º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B56620 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 32 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.29 |
| HSL | 28.19º | 0.7% | 0.42% | - |
| HSV(B) | 28.19º | 0.82% | 0.71% | - |
| XYZ | 24.07 | 19.43 | 3.85 | - |
| YUV | 117.64 | 79.67 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 32 | 0 | 0.44 | 0.82 | 0.29 | 28.19 | 0.7 | 0.42 |
| Hex | B5 | 66 | 20 | 0 | 2C | 52 | 1D | 1C | 46 | 2A |
| Octal | 265 | 146 | 40 | 0 | 54 | 122 | 35 | 34 | 106 | 52 |
| Binary | 10110101 | 1100110 | 100000 | 0 | 101100 | 1010010 | 11101 | 11100 | 1000110 | 101010 |
Color Harmonies of #B56620
Complementary color
Monochromatic Colors of #B56620
Black with #B56620
Text Example
Text Example
White with #B56620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56620; }
p { color: rgb(181,102,32); }
H1.HeaderClassName
{
color: #B56620;
}
.AnyTagClassName
{
color: #B56620;
}
</style>
background-color css
<style>
a { background-color: #B56620; }
a { background-color: rgb(181,102,32); }
div.DivClassName
{
background-color: #B56620;
}
.BgClassName
{
background-color: #B56620;
}
</style>
border-color css
<style>
span { border-color: #B56620; }
span { border-color: rgb(181,102,32); }
td.TdClassName
{
border-color: #B56620;
}
.TagClassName
{
border-color: #B56620;
}
</style>