Shades of Christine #B56321
Tints of Christine #B56321
RGB
CMYK
RGB Variations
Color information
#B56321 (or 0xB56321) is known color: Christine. HEX triplet: B5, 63 and 21. RGB value is (181,99,33). Sum of RGB (Red+Green+Blue) = 181+99+33=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B56321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56321 is #4A9CDE. Grayscale: #747474. Windows color (decimal): -4889823 or 2188213. OLE color: 2188213.
HSL color Cylindrical-coordinate representation of color #B56321: hue angle of 26.76º 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 #B56321 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 33 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.29 |
| HSL | 26.76º | 0.69% | 0.42% | - |
| HSV(B) | 26.76º | 0.82% | 0.71% | - |
| XYZ | 23.79 | 18.86 | 3.82 | - |
| YUV | 115.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 33 | 0 | 0.45 | 0.82 | 0.29 | 26.76 | 0.69 | 0.42 |
| Hex | B5 | 63 | 21 | 0 | 2D | 52 | 1D | 1B | 45 | 2A |
| Octal | 265 | 143 | 41 | 0 | 55 | 122 | 35 | 33 | 105 | 52 |
| Binary | 10110101 | 1100011 | 100001 | 0 | 101101 | 1010010 | 11101 | 11011 | 1000101 | 101010 |
Color Harmonies of #B56321
Complementary color
Monochromatic Colors of #B56321
Black with #B56321
Text Example
Text Example
White with #B56321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56321; }
p { color: rgb(181,99,33); }
H1.HeaderClassName
{
color: #B56321;
}
.AnyTagClassName
{
color: #B56321;
}
</style>
background-color css
<style>
a { background-color: #B56321; }
a { background-color: rgb(181,99,33); }
div.DivClassName
{
background-color: #B56321;
}
.BgClassName
{
background-color: #B56321;
}
</style>
border-color css
<style>
span { border-color: #B56321; }
span { border-color: rgb(181,99,33); }
td.TdClassName
{
border-color: #B56321;
}
.TagClassName
{
border-color: #B56321;
}
</style>