Shades of Red Stage #BB4F26
Tints of Red Stage #BB4F26
RGB
CMYK
RGB Variations
Color information
#BB4F26 (or 0xBB4F26) is known color: Red Stage. HEX triplet: BB, 4F and 26. RGB value is (187,79,38). Sum of RGB (Red+Green+Blue) = 187+79+38=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F26 is #44B0D9. Grayscale: #6A6A6A. Windows color (decimal): -4501722 or 2510779. OLE color: 2510779.
HSL color Cylindrical-coordinate representation of color #BB4F26: hue angle of 16.51º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4F26 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 79 | 38 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.27 |
| HSL | 16.51º | 0.66% | 0.44% | - |
| HSV(B) | 16.51º | 0.8% | 0.73% | - |
| XYZ | 23.64 | 16.3 | 3.73 | - |
| YUV | 106.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 79 | 38 | 0 | 0.58 | 0.80 | 0.27 | 16.51 | 0.66 | 0.44 |
| Hex | BB | 4F | 26 | 0 | 3A | 50 | 1B | 11 | 42 | 2C |
| Octal | 273 | 117 | 46 | 0 | 72 | 120 | 33 | 21 | 102 | 54 |
| Binary | 10111011 | 1001111 | 100110 | 0 | 111010 | 1010000 | 11011 | 10001 | 1000010 | 101100 |
Color Harmonies of #BB4F26
Complementary color
Monochromatic Colors of #BB4F26
Black with #BB4F26
Text Example
Text Example
White with #BB4F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4F26; }
p { color: rgb(187,79,38); }
H1.HeaderClassName
{
color: #BB4F26;
}
.AnyTagClassName
{
color: #BB4F26;
}
</style>
background-color css
<style>
a { background-color: #BB4F26; }
a { background-color: rgb(187,79,38); }
div.DivClassName
{
background-color: #BB4F26;
}
.BgClassName
{
background-color: #BB4F26;
}
</style>
border-color css
<style>
span { border-color: #BB4F26; }
span { border-color: rgb(187,79,38); }
td.TdClassName
{
border-color: #BB4F26;
}
.TagClassName
{
border-color: #BB4F26;
}
</style>