Shades of Christine #B56520
Tints of Christine #B56520
RGB
CMYK
RGB Variations
Color information
#B56520 (or 0xB56520) is known color: Christine. HEX triplet: B5, 65 and 20. RGB value is (181,101,32). Sum of RGB (Red+Green+Blue) = 181+101+32=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B56520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56520 is #4A9ADF. Grayscale: #757575. Windows color (decimal): -4889312 or 2123189. OLE color: 2123189.
HSL color Cylindrical-coordinate representation of color #B56520: hue angle of 27.79º 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 #B56520 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 32 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.29 |
| HSL | 27.79º | 0.7% | 0.42% | - |
| HSV(B) | 27.79º | 0.82% | 0.71% | - |
| XYZ | 23.97 | 19.24 | 3.82 | - |
| YUV | 117.05 | 80 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 32 | 0 | 0.44 | 0.82 | 0.29 | 27.79 | 0.7 | 0.42 |
| Hex | B5 | 65 | 20 | 0 | 2C | 52 | 1D | 1C | 46 | 2A |
| Octal | 265 | 145 | 40 | 0 | 54 | 122 | 35 | 34 | 106 | 52 |
| Binary | 10110101 | 1100101 | 100000 | 0 | 101100 | 1010010 | 11101 | 11100 | 1000110 | 101010 |
Color Harmonies of #B56520
Complementary color
Monochromatic Colors of #B56520
Black with #B56520
Text Example
Text Example
White with #B56520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56520; }
p { color: rgb(181,101,32); }
H1.HeaderClassName
{
color: #B56520;
}
.AnyTagClassName
{
color: #B56520;
}
</style>
background-color css
<style>
a { background-color: #B56520; }
a { background-color: rgb(181,101,32); }
div.DivClassName
{
background-color: #B56520;
}
.BgClassName
{
background-color: #B56520;
}
</style>
border-color css
<style>
span { border-color: #B56520; }
span { border-color: rgb(181,101,32); }
td.TdClassName
{
border-color: #B56520;
}
.TagClassName
{
border-color: #B56520;
}
</style>