Shades of Rouge #BB3867
Tints of Rouge #BB3867
RGB
CMYK
RGB Variations
Color information
#BB3867 (or 0xBB3867) is known color: Rouge. HEX triplet: BB, 38 and 67. RGB value is (187,56,103). Sum of RGB (Red+Green+Blue) = 187+56+103=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3867 is #44C798. Grayscale: #646464. Windows color (decimal): -4507545 or 6764731. OLE color: 6764731.
HSL color Cylindrical-coordinate representation of color #BB3867: hue angle of 338.47º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3867 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 56 | 103 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.27 |
| HSL | 338.47º | 0.54% | 0.48% | - |
| HSV(B) | 338.47º | 0.7% | 0.73% | - |
| XYZ | 24.36 | 14.37 | 14.32 | - |
| YUV | 100.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 103 | 0 | 0.70 | 0.45 | 0.27 | 338.47 | 0.54 | 0.48 |
| Hex | BB | 38 | 67 | 0 | 46 | 2D | 1B | 152 | 36 | 30 |
| Octal | 273 | 70 | 147 | 0 | 106 | 55 | 33 | 522 | 66 | 60 |
| Binary | 10111011 | 111000 | 1100111 | 0 | 1000110 | 101101 | 11011 | 101010010 | 110110 | 110000 |
Color Harmonies of #BB3867
Complementary color
Monochromatic Colors of #BB3867
Black with #BB3867
Text Example
Text Example
White with #BB3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3867; }
p { color: rgb(187,56,103); }
H1.HeaderClassName
{
color: #BB3867;
}
.AnyTagClassName
{
color: #BB3867;
}
</style>
background-color css
<style>
a { background-color: #BB3867; }
a { background-color: rgb(187,56,103); }
div.DivClassName
{
background-color: #BB3867;
}
.BgClassName
{
background-color: #BB3867;
}
</style>
border-color css
<style>
span { border-color: #BB3867; }
span { border-color: rgb(187,56,103); }
td.TdClassName
{
border-color: #BB3867;
}
.TagClassName
{
border-color: #BB3867;
}
</style>