Shades of Christine #B8602A
Tints of Christine #B8602A
RGB
CMYK
RGB Variations
Color information
#B8602A (or 0xB8602A) is known color: Christine. HEX triplet: B8, 60 and 2A. RGB value is (184,96,42). Sum of RGB (Red+Green+Blue) = 184+96+42=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B8602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8602A is #479FD5. Grayscale: #747474. Windows color (decimal): -4693974 or 2777272. OLE color: 2777272.
HSL color Cylindrical-coordinate representation of color #B8602A: hue angle of 22.82º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8602A is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 96 | 42 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.28 |
| HSL | 22.82º | 0.63% | 0.44% | - |
| HSV(B) | 22.82º | 0.77% | 0.72% | - |
| XYZ | 24.37 | 18.72 | 4.52 | - |
| YUV | 116.16 | 86.15 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 96 | 42 | 0 | 0.48 | 0.77 | 0.28 | 22.82 | 0.63 | 0.44 |
| Hex | B8 | 60 | 2A | 0 | 30 | 4D | 1C | 17 | 3F | 2C |
| Octal | 270 | 140 | 52 | 0 | 60 | 115 | 34 | 27 | 77 | 54 |
| Binary | 10111000 | 1100000 | 101010 | 0 | 110000 | 1001101 | 11100 | 10111 | 111111 | 101100 |
Color Harmonies of #B8602A
Complementary color
Monochromatic Colors of #B8602A
Black with #B8602A
Text Example
Text Example
White with #B8602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8602A; }
p { color: rgb(184,96,42); }
H1.HeaderClassName
{
color: #B8602A;
}
.AnyTagClassName
{
color: #B8602A;
}
</style>
background-color css
<style>
a { background-color: #B8602A; }
a { background-color: rgb(184,96,42); }
div.DivClassName
{
background-color: #B8602A;
}
.BgClassName
{
background-color: #B8602A;
}
</style>
border-color css
<style>
span { border-color: #B8602A; }
span { border-color: rgb(184,96,42); }
td.TdClassName
{
border-color: #B8602A;
}
.TagClassName
{
border-color: #B8602A;
}
</style>