Shades of Christine #BB591B
Tints of Christine #BB591B
RGB
CMYK
RGB Variations
Color information
#BB591B (or 0xBB591B) is known color: Christine. HEX triplet: BB, 59 and 1B. RGB value is (187,89,27). Sum of RGB (Red+Green+Blue) = 187+89+27=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB591B is #44A6E4. Grayscale: #6F6F6F. Windows color (decimal): -4499173 or 1792443. OLE color: 1792443.
HSL color Cylindrical-coordinate representation of color #BB591B: hue angle of 23.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB591B is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 27 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.27 |
| HSL | 23.25º | 0.75% | 0.42% | - |
| HSV(B) | 23.25º | 0.86% | 0.73% | - |
| XYZ | 24.26 | 17.79 | 3.19 | - |
| YUV | 111.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 27 | 0 | 0.52 | 0.86 | 0.27 | 23.25 | 0.75 | 0.42 |
| Hex | BB | 59 | 1B | 0 | 34 | 56 | 1B | 17 | 4B | 2A |
| Octal | 273 | 131 | 33 | 0 | 64 | 126 | 33 | 27 | 113 | 52 |
| Binary | 10111011 | 1011001 | 11011 | 0 | 110100 | 1010110 | 11011 | 10111 | 1001011 | 101010 |
Color Harmonies of #BB591B
Complementary color
Monochromatic Colors of #BB591B
Black with #BB591B
Text Example
Text Example
White with #BB591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB591B; }
p { color: rgb(187,89,27); }
H1.HeaderClassName
{
color: #BB591B;
}
.AnyTagClassName
{
color: #BB591B;
}
</style>
background-color css
<style>
a { background-color: #BB591B; }
a { background-color: rgb(187,89,27); }
div.DivClassName
{
background-color: #BB591B;
}
.BgClassName
{
background-color: #BB591B;
}
</style>
border-color css
<style>
span { border-color: #BB591B; }
span { border-color: rgb(187,89,27); }
td.TdClassName
{
border-color: #BB591B;
}
.TagClassName
{
border-color: #BB591B;
}
</style>