Shades of Christine #BB591A
Tints of Christine #BB591A
RGB
CMYK
RGB Variations
Color information
#BB591A (or 0xBB591A) is known color: Christine. HEX triplet: BB, 59 and 1A. RGB value is (187,89,26). Sum of RGB (Red+Green+Blue) = 187+89+26=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB591A is #44A6E5. Grayscale: #6F6F6F. Windows color (decimal): -4499174 or 1726907. OLE color: 1726907.
HSL color Cylindrical-coordinate representation of color #BB591A: hue angle of 23.48º degrees, saturation: 0.76, 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 #BB591A is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 26 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.27 |
| HSL | 23.48º | 0.76% | 0.42% | - |
| HSV(B) | 23.48º | 0.86% | 0.73% | - |
| XYZ | 24.25 | 17.78 | 3.13 | - |
| YUV | 111.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 26 | 0 | 0.52 | 0.86 | 0.27 | 23.48 | 0.76 | 0.42 |
| Hex | BB | 59 | 1A | 0 | 34 | 56 | 1B | 17 | 4C | 2A |
| Octal | 273 | 131 | 32 | 0 | 64 | 126 | 33 | 27 | 114 | 52 |
| Binary | 10111011 | 1011001 | 11010 | 0 | 110100 | 1010110 | 11011 | 10111 | 1001100 | 101010 |
Color Harmonies of #BB591A
Complementary color
Monochromatic Colors of #BB591A
Black with #BB591A
Text Example
Text Example
White with #BB591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB591A; }
p { color: rgb(187,89,26); }
H1.HeaderClassName
{
color: #BB591A;
}
.AnyTagClassName
{
color: #BB591A;
}
</style>
background-color css
<style>
a { background-color: #BB591A; }
a { background-color: rgb(187,89,26); }
div.DivClassName
{
background-color: #BB591A;
}
.BgClassName
{
background-color: #BB591A;
}
</style>
border-color css
<style>
span { border-color: #BB591A; }
span { border-color: rgb(187,89,26); }
td.TdClassName
{
border-color: #BB591A;
}
.TagClassName
{
border-color: #BB591A;
}
</style>