Shades of Christine #B56528
Tints of Christine #B56528
RGB
CMYK
RGB Variations
Color information
#B56528 (or 0xB56528) is known color: Christine. HEX triplet: B5, 65 and 28. RGB value is (181,101,40). Sum of RGB (Red+Green+Blue) = 181+101+40=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B56528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56528 is #4A9AD7. Grayscale: #767676. Windows color (decimal): -4889304 or 2647477. OLE color: 2647477.
HSL color Cylindrical-coordinate representation of color #B56528: hue angle of 25.96º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B56528 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 40 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.29 |
| HSL | 25.96º | 0.64% | 0.43% | - |
| HSV(B) | 25.96º | 0.78% | 0.71% | - |
| XYZ | 24.09 | 19.28 | 4.46 | - |
| YUV | 117.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 40 | 0 | 0.44 | 0.78 | 0.29 | 25.96 | 0.64 | 0.43 |
| Hex | B5 | 65 | 28 | 0 | 2C | 4E | 1D | 1A | 40 | 2B |
| Octal | 265 | 145 | 50 | 0 | 54 | 116 | 35 | 32 | 100 | 53 |
| Binary | 10110101 | 1100101 | 101000 | 0 | 101100 | 1001110 | 11101 | 11010 | 1000000 | 101011 |
Color Harmonies of #B56528
Complementary color
Monochromatic Colors of #B56528
Black with #B56528
Text Example
Text Example
White with #B56528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56528; }
p { color: rgb(181,101,40); }
H1.HeaderClassName
{
color: #B56528;
}
.AnyTagClassName
{
color: #B56528;
}
</style>
background-color css
<style>
a { background-color: #B56528; }
a { background-color: rgb(181,101,40); }
div.DivClassName
{
background-color: #B56528;
}
.BgClassName
{
background-color: #B56528;
}
</style>
border-color css
<style>
span { border-color: #B56528; }
span { border-color: rgb(181,101,40); }
td.TdClassName
{
border-color: #B56528;
}
.TagClassName
{
border-color: #B56528;
}
</style>