Shades of Red Stage #BB4E23
Tints of Red Stage #BB4E23
RGB
CMYK
RGB Variations
Color information
#BB4E23 (or 0xBB4E23) is known color: Red Stage. HEX triplet: BB, 4E and 23. RGB value is (187,78,35). Sum of RGB (Red+Green+Blue) = 187+78+35=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E23 is #44B1DC. Grayscale: #696969. Windows color (decimal): -4501981 or 2313915. OLE color: 2313915.
HSL color Cylindrical-coordinate representation of color #BB4E23: hue angle of 16.97º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB4E23 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 35 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.27 |
| HSL | 16.97º | 0.68% | 0.44% | - |
| HSV(B) | 16.97º | 0.81% | 0.73% | - |
| XYZ | 23.52 | 16.13 | 3.46 | - |
| YUV | 105.69 | 88.11 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 35 | 0 | 0.58 | 0.81 | 0.27 | 16.97 | 0.68 | 0.44 |
| Hex | BB | 4E | 23 | 0 | 3A | 51 | 1B | 11 | 44 | 2C |
| Octal | 273 | 116 | 43 | 0 | 72 | 121 | 33 | 21 | 104 | 54 |
| Binary | 10111011 | 1001110 | 100011 | 0 | 111010 | 1010001 | 11011 | 10001 | 1000100 | 101100 |
Color Harmonies of #BB4E23
Complementary color
Monochromatic Colors of #BB4E23
Black with #BB4E23
Text Example
Text Example
White with #BB4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E23; }
p { color: rgb(187,78,35); }
H1.HeaderClassName
{
color: #BB4E23;
}
.AnyTagClassName
{
color: #BB4E23;
}
</style>
background-color css
<style>
a { background-color: #BB4E23; }
a { background-color: rgb(187,78,35); }
div.DivClassName
{
background-color: #BB4E23;
}
.BgClassName
{
background-color: #BB4E23;
}
</style>
border-color css
<style>
span { border-color: #BB4E23; }
span { border-color: rgb(187,78,35); }
td.TdClassName
{
border-color: #BB4E23;
}
.TagClassName
{
border-color: #BB4E23;
}
</style>