Shades of Christine #B56621
Tints of Christine #B56621
RGB
CMYK
RGB Variations
Color information
#B56621 (or 0xB56621) is known color: Christine. HEX triplet: B5, 66 and 21. RGB value is (181,102,33). Sum of RGB (Red+Green+Blue) = 181+102+33=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B56621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56621 is #4A99DE. Grayscale: #767676. Windows color (decimal): -4889055 or 2188981. OLE color: 2188981.
HSL color Cylindrical-coordinate representation of color #B56621: hue angle of 27.97º 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 #B56621 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 33 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.29 |
| HSL | 27.97º | 0.69% | 0.42% | - |
| HSV(B) | 27.97º | 0.82% | 0.71% | - |
| XYZ | 24.08 | 19.44 | 3.92 | - |
| YUV | 117.76 | 80.17 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 33 | 0 | 0.44 | 0.82 | 0.29 | 27.97 | 0.69 | 0.42 |
| Hex | B5 | 66 | 21 | 0 | 2C | 52 | 1D | 1C | 45 | 2A |
| Octal | 265 | 146 | 41 | 0 | 54 | 122 | 35 | 34 | 105 | 52 |
| Binary | 10110101 | 1100110 | 100001 | 0 | 101100 | 1010010 | 11101 | 11100 | 1000101 | 101010 |
Color Harmonies of #B56621
Complementary color
Monochromatic Colors of #B56621
Black with #B56621
Text Example
Text Example
White with #B56621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56621; }
p { color: rgb(181,102,33); }
H1.HeaderClassName
{
color: #B56621;
}
.AnyTagClassName
{
color: #B56621;
}
</style>
background-color css
<style>
a { background-color: #B56621; }
a { background-color: rgb(181,102,33); }
div.DivClassName
{
background-color: #B56621;
}
.BgClassName
{
background-color: #B56621;
}
</style>
border-color css
<style>
span { border-color: #B56621; }
span { border-color: rgb(181,102,33); }
td.TdClassName
{
border-color: #B56621;
}
.TagClassName
{
border-color: #B56621;
}
</style>