Shades of Christine #B56430
Tints of Christine #B56430
RGB
CMYK
RGB Variations
Color information
#B56430 (or 0xB56430) is known color: Christine. HEX triplet: B5, 64 and 30. RGB value is (181,100,48). Sum of RGB (Red+Green+Blue) = 181+100+48=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B56430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56430 is #4A9BCF. Grayscale: #767676. Windows color (decimal): -4889552 or 3171509. OLE color: 3171509.
HSL color Cylindrical-coordinate representation of color #B56430: hue angle of 23.46º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B56430 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 48 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.29 |
| HSL | 23.46º | 0.58% | 0.45% | - |
| HSV(B) | 23.46º | 0.73% | 0.71% | - |
| XYZ | 24.15 | 19.15 | 5.22 | - |
| YUV | 118.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 48 | 0 | 0.45 | 0.73 | 0.29 | 23.46 | 0.58 | 0.45 |
| Hex | B5 | 64 | 30 | 0 | 2D | 49 | 1D | 17 | 3A | 2D |
| Octal | 265 | 144 | 60 | 0 | 55 | 111 | 35 | 27 | 72 | 55 |
| Binary | 10110101 | 1100100 | 110000 | 0 | 101101 | 1001001 | 11101 | 10111 | 111010 | 101101 |
Color Harmonies of #B56430
Complementary color
Monochromatic Colors of #B56430
Black with #B56430
Text Example
Text Example
White with #B56430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56430; }
p { color: rgb(181,100,48); }
H1.HeaderClassName
{
color: #B56430;
}
.AnyTagClassName
{
color: #B56430;
}
</style>
background-color css
<style>
a { background-color: #B56430; }
a { background-color: rgb(181,100,48); }
div.DivClassName
{
background-color: #B56430;
}
.BgClassName
{
background-color: #B56430;
}
</style>
border-color css
<style>
span { border-color: #B56430; }
span { border-color: rgb(181,100,48); }
td.TdClassName
{
border-color: #B56430;
}
.TagClassName
{
border-color: #B56430;
}
</style>