Shades of Christine #B5611C
Tints of Christine #B5611C
RGB
CMYK
RGB Variations
Color information
#B5611C (or 0xB5611C) is known color: Christine. HEX triplet: B5, 61 and 1C. RGB value is (181,97,28). Sum of RGB (Red+Green+Blue) = 181+97+28=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5611C is #4A9EE3. Grayscale: #727272. Windows color (decimal): -4890340 or 1860021. OLE color: 1860021.
HSL color Cylindrical-coordinate representation of color #B5611C: hue angle of 27.06º degrees, saturation: 0.73, 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 #B5611C is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 28 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.29 |
| HSL | 27.06º | 0.73% | 0.41% | - |
| HSV(B) | 27.06º | 0.85% | 0.71% | - |
| XYZ | 23.54 | 18.46 | 3.42 | - |
| YUV | 114.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 28 | 0 | 0.46 | 0.85 | 0.29 | 27.06 | 0.73 | 0.41 |
| Hex | B5 | 61 | 1C | 0 | 2E | 55 | 1D | 1B | 49 | 29 |
| Octal | 265 | 141 | 34 | 0 | 56 | 125 | 35 | 33 | 111 | 51 |
| Binary | 10110101 | 1100001 | 11100 | 0 | 101110 | 1010101 | 11101 | 11011 | 1001001 | 101001 |
Color Harmonies of #B5611C
Complementary color
Monochromatic Colors of #B5611C
Black with #B5611C
Text Example
Text Example
White with #B5611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5611C; }
p { color: rgb(181,97,28); }
H1.HeaderClassName
{
color: #B5611C;
}
.AnyTagClassName
{
color: #B5611C;
}
</style>
background-color css
<style>
a { background-color: #B5611C; }
a { background-color: rgb(181,97,28); }
div.DivClassName
{
background-color: #B5611C;
}
.BgClassName
{
background-color: #B5611C;
}
</style>
border-color css
<style>
span { border-color: #B5611C; }
span { border-color: rgb(181,97,28); }
td.TdClassName
{
border-color: #B5611C;
}
.TagClassName
{
border-color: #B5611C;
}
</style>