Shades of Christine #B56421
Tints of Christine #B56421
RGB
CMYK
RGB Variations
Color information
#B56421 (or 0xB56421) is known color: Christine. HEX triplet: B5, 64 and 21. RGB value is (181,100,33). Sum of RGB (Red+Green+Blue) = 181+100+33=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B56421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56421 is #4A9BDE. Grayscale: #747474. Windows color (decimal): -4889567 or 2188469. OLE color: 2188469.
HSL color Cylindrical-coordinate representation of color #B56421: hue angle of 27.16º degrees, saturation: 0.69, 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 #B56421 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 33 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.29 |
| HSL | 27.16º | 0.69% | 0.42% | - |
| HSV(B) | 27.16º | 0.82% | 0.71% | - |
| XYZ | 23.89 | 19.05 | 3.86 | - |
| YUV | 116.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 33 | 0 | 0.45 | 0.82 | 0.29 | 27.16 | 0.69 | 0.42 |
| Hex | B5 | 64 | 21 | 0 | 2D | 52 | 1D | 1B | 45 | 2A |
| Octal | 265 | 144 | 41 | 0 | 55 | 122 | 35 | 33 | 105 | 52 |
| Binary | 10110101 | 1100100 | 100001 | 0 | 101101 | 1010010 | 11101 | 11011 | 1000101 | 101010 |
Color Harmonies of #B56421
Complementary color
Monochromatic Colors of #B56421
Black with #B56421
Text Example
Text Example
White with #B56421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56421; }
p { color: rgb(181,100,33); }
H1.HeaderClassName
{
color: #B56421;
}
.AnyTagClassName
{
color: #B56421;
}
</style>
background-color css
<style>
a { background-color: #B56421; }
a { background-color: rgb(181,100,33); }
div.DivClassName
{
background-color: #B56421;
}
.BgClassName
{
background-color: #B56421;
}
</style>
border-color css
<style>
span { border-color: #B56421; }
span { border-color: rgb(181,100,33); }
td.TdClassName
{
border-color: #B56421;
}
.TagClassName
{
border-color: #B56421;
}
</style>