Shades of Christine #BB6027
Tints of Christine #BB6027
RGB
CMYK
RGB Variations
Color information
#BB6027 (or 0xBB6027) is known color: Christine. HEX triplet: BB, 60 and 27. RGB value is (187,96,39). Sum of RGB (Red+Green+Blue) = 187+96+39=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6027 is #449FD8. Grayscale: #757575. Windows color (decimal): -4497369 or 2580667. OLE color: 2580667.
HSL color Cylindrical-coordinate representation of color #BB6027: hue angle of 23.11º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB6027 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 39 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.27 |
| HSL | 23.11º | 0.65% | 0.44% | - |
| HSV(B) | 23.11º | 0.79% | 0.73% | - |
| XYZ | 25.04 | 19.08 | 4.28 | - |
| YUV | 116.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 39 | 0 | 0.49 | 0.79 | 0.27 | 23.11 | 0.65 | 0.44 |
| Hex | BB | 60 | 27 | 0 | 31 | 4F | 1B | 17 | 41 | 2C |
| Octal | 273 | 140 | 47 | 0 | 61 | 117 | 33 | 27 | 101 | 54 |
| Binary | 10111011 | 1100000 | 100111 | 0 | 110001 | 1001111 | 11011 | 10111 | 1000001 | 101100 |
Color Harmonies of #BB6027
Complementary color
Monochromatic Colors of #BB6027
Black with #BB6027
Text Example
Text Example
White with #BB6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6027; }
p { color: rgb(187,96,39); }
H1.HeaderClassName
{
color: #BB6027;
}
.AnyTagClassName
{
color: #BB6027;
}
</style>
background-color css
<style>
a { background-color: #BB6027; }
a { background-color: rgb(187,96,39); }
div.DivClassName
{
background-color: #BB6027;
}
.BgClassName
{
background-color: #BB6027;
}
</style>
border-color css
<style>
span { border-color: #BB6027; }
span { border-color: rgb(187,96,39); }
td.TdClassName
{
border-color: #BB6027;
}
.TagClassName
{
border-color: #BB6027;
}
</style>