Shades of Rouge #BB2A68
Tints of Rouge #BB2A68
RGB
CMYK
RGB Variations
Color information
#BB2A68 (or 0xBB2A68) is known color: Rouge. HEX triplet: BB, 2A and 68. RGB value is (187,42,104). Sum of RGB (Red+Green+Blue) = 187+42+104=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A68 is #44D597. Grayscale: #5C5C5C. Windows color (decimal): -4511128 or 6826683. OLE color: 6826683.
HSL color Cylindrical-coordinate representation of color #BB2A68: hue angle of 334.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A68 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 104 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.27 |
| HSL | 334.34º | 0.63% | 0.45% | - |
| HSV(B) | 334.34º | 0.78% | 0.73% | - |
| XYZ | 23.82 | 13.22 | 14.39 | - |
| YUV | 92.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 104 | 0 | 0.78 | 0.44 | 0.27 | 334.34 | 0.63 | 0.45 |
| Hex | BB | 2A | 68 | 0 | 4E | 2C | 1B | 14E | 3F | 2D |
| Octal | 273 | 52 | 150 | 0 | 116 | 54 | 33 | 516 | 77 | 55 |
| Binary | 10111011 | 101010 | 1101000 | 0 | 1001110 | 101100 | 11011 | 101001110 | 111111 | 101101 |
Color Harmonies of #BB2A68
Complementary color
Monochromatic Colors of #BB2A68
Black with #BB2A68
Text Example
Text Example
White with #BB2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A68; }
p { color: rgb(187,42,104); }
H1.HeaderClassName
{
color: #BB2A68;
}
.AnyTagClassName
{
color: #BB2A68;
}
</style>
background-color css
<style>
a { background-color: #BB2A68; }
a { background-color: rgb(187,42,104); }
div.DivClassName
{
background-color: #BB2A68;
}
.BgClassName
{
background-color: #BB2A68;
}
</style>
border-color css
<style>
span { border-color: #BB2A68; }
span { border-color: rgb(187,42,104); }
td.TdClassName
{
border-color: #BB2A68;
}
.TagClassName
{
border-color: #BB2A68;
}
</style>