Shades of Christine #B56515
Tints of Christine #B56515
RGB
CMYK
RGB Variations
Color information
#B56515 (or 0xB56515) is known color: Christine. HEX triplet: B5, 65 and 15. RGB value is (181,101,21). Sum of RGB (Red+Green+Blue) = 181+101+21=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B56515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56515 is #4A9AEA. Grayscale: #747474. Windows color (decimal): -4889323 or 1402293. OLE color: 1402293.
HSL color Cylindrical-coordinate representation of color #B56515: hue angle of 30º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B56515 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 21 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.29 |
| HSL | 30º | 0.79% | 0.4% | - |
| HSV(B) | 30º | 0.88% | 0.71% | - |
| XYZ | 23.85 | 19.19 | 3.16 | - |
| YUV | 115.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 21 | 0 | 0.44 | 0.88 | 0.29 | 30 | 0.79 | 0.4 |
| Hex | B5 | 65 | 15 | 0 | 2C | 58 | 1D | 1E | 4F | 28 |
| Octal | 265 | 145 | 25 | 0 | 54 | 130 | 35 | 36 | 117 | 50 |
| Binary | 10110101 | 1100101 | 10101 | 0 | 101100 | 1011000 | 11101 | 11110 | 1001111 | 101000 |
Color Harmonies of #B56515
Complementary color
Monochromatic Colors of #B56515
Black with #B56515
Text Example
Text Example
White with #B56515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56515; }
p { color: rgb(181,101,21); }
H1.HeaderClassName
{
color: #B56515;
}
.AnyTagClassName
{
color: #B56515;
}
</style>
background-color css
<style>
a { background-color: #B56515; }
a { background-color: rgb(181,101,21); }
div.DivClassName
{
background-color: #B56515;
}
.BgClassName
{
background-color: #B56515;
}
</style>
border-color css
<style>
span { border-color: #B56515; }
span { border-color: rgb(181,101,21); }
td.TdClassName
{
border-color: #B56515;
}
.TagClassName
{
border-color: #B56515;
}
</style>