Shades of Christine #B5601B
Tints of Christine #B5601B
RGB
CMYK
RGB Variations
Color information
#B5601B (or 0xB5601B) is known color: Christine. HEX triplet: B5, 60 and 1B. RGB value is (181,96,27). Sum of RGB (Red+Green+Blue) = 181+96+27=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B5601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5601B is #4A9FE4. Grayscale: #717171. Windows color (decimal): -4890597 or 1794229. OLE color: 1794229.
HSL color Cylindrical-coordinate representation of color #B5601B: hue angle of 26.88º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5601B is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 27 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.29 |
| HSL | 26.88º | 0.74% | 0.41% | - |
| HSV(B) | 26.88º | 0.85% | 0.71% | - |
| XYZ | 23.44 | 18.27 | 3.33 | - |
| YUV | 113.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 27 | 0 | 0.47 | 0.85 | 0.29 | 26.88 | 0.74 | 0.41 |
| Hex | B5 | 60 | 1B | 0 | 2F | 55 | 1D | 1B | 4A | 29 |
| Octal | 265 | 140 | 33 | 0 | 57 | 125 | 35 | 33 | 112 | 51 |
| Binary | 10110101 | 1100000 | 11011 | 0 | 101111 | 1010101 | 11101 | 11011 | 1001010 | 101001 |
Color Harmonies of #B5601B
Complementary color
Monochromatic Colors of #B5601B
Black with #B5601B
Text Example
Text Example
White with #B5601B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5601B; }
p { color: rgb(181,96,27); }
H1.HeaderClassName
{
color: #B5601B;
}
.AnyTagClassName
{
color: #B5601B;
}
</style>
background-color css
<style>
a { background-color: #B5601B; }
a { background-color: rgb(181,96,27); }
div.DivClassName
{
background-color: #B5601B;
}
.BgClassName
{
background-color: #B5601B;
}
</style>
border-color css
<style>
span { border-color: #B5601B; }
span { border-color: rgb(181,96,27); }
td.TdClassName
{
border-color: #B5601B;
}
.TagClassName
{
border-color: #B5601B;
}
</style>