Shades of Christine #B56122
Tints of Christine #B56122
RGB
CMYK
RGB Variations
Color information
#B56122 (or 0xB56122) is known color: Christine. HEX triplet: B5, 61 and 22. RGB value is (181,97,34). Sum of RGB (Red+Green+Blue) = 181+97+34=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B56122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56122 is #4A9EDD. Grayscale: #737373. Windows color (decimal): -4890334 or 2253237. OLE color: 2253237.
HSL color Cylindrical-coordinate representation of color #B56122: hue angle of 25.71º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B56122 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 34 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.29 |
| HSL | 25.71º | 0.68% | 0.42% | - |
| HSV(B) | 25.71º | 0.81% | 0.71% | - |
| XYZ | 23.62 | 18.49 | 3.84 | - |
| YUV | 114.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 34 | 0 | 0.46 | 0.81 | 0.29 | 25.71 | 0.68 | 0.42 |
| Hex | B5 | 61 | 22 | 0 | 2E | 51 | 1D | 1A | 44 | 2A |
| Octal | 265 | 141 | 42 | 0 | 56 | 121 | 35 | 32 | 104 | 52 |
| Binary | 10110101 | 1100001 | 100010 | 0 | 101110 | 1010001 | 11101 | 11010 | 1000100 | 101010 |
Color Harmonies of #B56122
Complementary color
Monochromatic Colors of #B56122
Black with #B56122
Text Example
Text Example
White with #B56122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56122; }
p { color: rgb(181,97,34); }
H1.HeaderClassName
{
color: #B56122;
}
.AnyTagClassName
{
color: #B56122;
}
</style>
background-color css
<style>
a { background-color: #B56122; }
a { background-color: rgb(181,97,34); }
div.DivClassName
{
background-color: #B56122;
}
.BgClassName
{
background-color: #B56122;
}
</style>
border-color css
<style>
span { border-color: #B56122; }
span { border-color: rgb(181,97,34); }
td.TdClassName
{
border-color: #B56122;
}
.TagClassName
{
border-color: #B56122;
}
</style>