Shades of Christine #B56420
Tints of Christine #B56420
RGB
CMYK
RGB Variations
Color information
#B56420 (or 0xB56420) is known color: Christine. HEX triplet: B5, 64 and 20. RGB value is (181,100,32). Sum of RGB (Red+Green+Blue) = 181+100+32=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B56420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56420 is #4A9BDF. Grayscale: #747474. Windows color (decimal): -4889568 or 2122933. OLE color: 2122933.
HSL color Cylindrical-coordinate representation of color #B56420: hue angle of 27.38º 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 #B56420 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 32 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.29 |
| HSL | 27.38º | 0.7% | 0.42% | - |
| HSV(B) | 27.38º | 0.82% | 0.71% | - |
| XYZ | 23.87 | 19.04 | 3.78 | - |
| YUV | 116.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 32 | 0 | 0.45 | 0.82 | 0.29 | 27.38 | 0.7 | 0.42 |
| Hex | B5 | 64 | 20 | 0 | 2D | 52 | 1D | 1B | 46 | 2A |
| Octal | 265 | 144 | 40 | 0 | 55 | 122 | 35 | 33 | 106 | 52 |
| Binary | 10110101 | 1100100 | 100000 | 0 | 101101 | 1010010 | 11101 | 11011 | 1000110 | 101010 |
Color Harmonies of #B56420
Complementary color
Monochromatic Colors of #B56420
Black with #B56420
Text Example
Text Example
White with #B56420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56420; }
p { color: rgb(181,100,32); }
H1.HeaderClassName
{
color: #B56420;
}
.AnyTagClassName
{
color: #B56420;
}
</style>
background-color css
<style>
a { background-color: #B56420; }
a { background-color: rgb(181,100,32); }
div.DivClassName
{
background-color: #B56420;
}
.BgClassName
{
background-color: #B56420;
}
</style>
border-color css
<style>
span { border-color: #B56420; }
span { border-color: rgb(181,100,32); }
td.TdClassName
{
border-color: #B56420;
}
.TagClassName
{
border-color: #B56420;
}
</style>