Shades of Christine #B5621A
Tints of Christine #B5621A
RGB
CMYK
RGB Variations
Color information
#B5621A (or 0xB5621A) is known color: Christine. HEX triplet: B5, 62 and 1A. RGB value is (181,98,26). Sum of RGB (Red+Green+Blue) = 181+98+26=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5621A is #4A9DE5. Grayscale: #727272. Windows color (decimal): -4890086 or 1729205. OLE color: 1729205.
HSL color Cylindrical-coordinate representation of color #B5621A: hue angle of 27.87º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5621A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 26 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.29 |
| HSL | 27.87º | 0.75% | 0.41% | - |
| HSV(B) | 27.87º | 0.86% | 0.71% | - |
| XYZ | 23.61 | 18.63 | 3.33 | - |
| YUV | 114.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 26 | 0 | 0.46 | 0.86 | 0.29 | 27.87 | 0.75 | 0.41 |
| Hex | B5 | 62 | 1A | 0 | 2E | 56 | 1D | 1C | 4B | 29 |
| Octal | 265 | 142 | 32 | 0 | 56 | 126 | 35 | 34 | 113 | 51 |
| Binary | 10110101 | 1100010 | 11010 | 0 | 101110 | 1010110 | 11101 | 11100 | 1001011 | 101001 |
Color Harmonies of #B5621A
Complementary color
Monochromatic Colors of #B5621A
Black with #B5621A
Text Example
Text Example
White with #B5621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5621A; }
p { color: rgb(181,98,26); }
H1.HeaderClassName
{
color: #B5621A;
}
.AnyTagClassName
{
color: #B5621A;
}
</style>
background-color css
<style>
a { background-color: #B5621A; }
a { background-color: rgb(181,98,26); }
div.DivClassName
{
background-color: #B5621A;
}
.BgClassName
{
background-color: #B5621A;
}
</style>
border-color css
<style>
span { border-color: #B5621A; }
span { border-color: rgb(181,98,26); }
td.TdClassName
{
border-color: #B5621A;
}
.TagClassName
{
border-color: #B5621A;
}
</style>