Shades of Christine #BB5E21
Tints of Christine #BB5E21
RGB
CMYK
RGB Variations
Color information
#BB5E21 (or 0xBB5E21) is known color: Christine. HEX triplet: BB, 5E and 21. RGB value is (187,94,33). Sum of RGB (Red+Green+Blue) = 187+94+33=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E21 is #44A1DE. Grayscale: #737373. Windows color (decimal): -4497887 or 2186939. OLE color: 2186939.
HSL color Cylindrical-coordinate representation of color #BB5E21: hue angle of 23.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB5E21 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 33 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.27 |
| HSL | 23.77º | 0.7% | 0.43% | - |
| HSV(B) | 23.77º | 0.82% | 0.73% | - |
| XYZ | 24.77 | 18.68 | 3.74 | - |
| YUV | 114.85 | 81.81 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 33 | 0 | 0.50 | 0.82 | 0.27 | 23.77 | 0.7 | 0.43 |
| Hex | BB | 5E | 21 | 0 | 32 | 52 | 1B | 18 | 46 | 2B |
| Octal | 273 | 136 | 41 | 0 | 62 | 122 | 33 | 30 | 106 | 53 |
| Binary | 10111011 | 1011110 | 100001 | 0 | 110010 | 1010010 | 11011 | 11000 | 1000110 | 101011 |
Color Harmonies of #BB5E21
Complementary color
Monochromatic Colors of #BB5E21
Black with #BB5E21
Text Example
Text Example
White with #BB5E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E21; }
p { color: rgb(187,94,33); }
H1.HeaderClassName
{
color: #BB5E21;
}
.AnyTagClassName
{
color: #BB5E21;
}
</style>
background-color css
<style>
a { background-color: #BB5E21; }
a { background-color: rgb(187,94,33); }
div.DivClassName
{
background-color: #BB5E21;
}
.BgClassName
{
background-color: #BB5E21;
}
</style>
border-color css
<style>
span { border-color: #BB5E21; }
span { border-color: rgb(187,94,33); }
td.TdClassName
{
border-color: #BB5E21;
}
.TagClassName
{
border-color: #BB5E21;
}
</style>