Shades of Christine #BB602C
Tints of Christine #BB602C
RGB
CMYK
RGB Variations
Color information
#BB602C (or 0xBB602C) is known color: Christine. HEX triplet: BB, 60 and 2C. RGB value is (187,96,44). Sum of RGB (Red+Green+Blue) = 187+96+44=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB602C is #449FD3. Grayscale: #757575. Windows color (decimal): -4497364 or 2908347. OLE color: 2908347.
HSL color Cylindrical-coordinate representation of color #BB602C: hue angle of 21.82º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB602C is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 44 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.27 |
| HSL | 21.82º | 0.62% | 0.45% | - |
| HSV(B) | 21.82º | 0.76% | 0.73% | - |
| XYZ | 25.13 | 19.11 | 4.75 | - |
| YUV | 117.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 44 | 0 | 0.49 | 0.76 | 0.27 | 21.82 | 0.62 | 0.45 |
| Hex | BB | 60 | 2C | 0 | 31 | 4C | 1B | 16 | 3E | 2D |
| Octal | 273 | 140 | 54 | 0 | 61 | 114 | 33 | 26 | 76 | 55 |
| Binary | 10111011 | 1100000 | 101100 | 0 | 110001 | 1001100 | 11011 | 10110 | 111110 | 101101 |
Color Harmonies of #BB602C
Complementary color
Monochromatic Colors of #BB602C
Black with #BB602C
Text Example
Text Example
White with #BB602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB602C; }
p { color: rgb(187,96,44); }
H1.HeaderClassName
{
color: #BB602C;
}
.AnyTagClassName
{
color: #BB602C;
}
</style>
background-color css
<style>
a { background-color: #BB602C; }
a { background-color: rgb(187,96,44); }
div.DivClassName
{
background-color: #BB602C;
}
.BgClassName
{
background-color: #BB602C;
}
</style>
border-color css
<style>
span { border-color: #BB602C; }
span { border-color: rgb(187,96,44); }
td.TdClassName
{
border-color: #BB602C;
}
.TagClassName
{
border-color: #BB602C;
}
</style>