Shades of Rouge #B0276C
Tints of Rouge #B0276C
RGB
CMYK
RGB Variations
Color information
#B0276C (or 0xB0276C) is known color: Rouge. HEX triplet: B0, 27 and 6C. RGB value is (176,39,108). Sum of RGB (Red+Green+Blue) = 176+39+108=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0276C is #4FD893. Grayscale: #575757. Windows color (decimal): -5232788 or 7088048. OLE color: 7088048.
HSL color Cylindrical-coordinate representation of color #B0276C: hue angle of 329.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0276C is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 108 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.31 |
| HSL | 329.78º | 0.64% | 0.42% | - |
| HSV(B) | 329.78º | 0.78% | 0.69% | - |
| XYZ | 21.34 | 11.76 | 15.33 | - |
| YUV | 87.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 108 | 0 | 0.78 | 0.39 | 0.31 | 329.78 | 0.64 | 0.42 |
| Hex | B0 | 27 | 6C | 0 | 4E | 27 | 1F | 14A | 40 | 2A |
| Octal | 260 | 47 | 154 | 0 | 116 | 47 | 37 | 512 | 100 | 52 |
| Binary | 10110000 | 100111 | 1101100 | 0 | 1001110 | 100111 | 11111 | 101001010 | 1000000 | 101010 |
Color Harmonies of #B0276C
Complementary color
Monochromatic Colors of #B0276C
Black with #B0276C
Text Example
Text Example
White with #B0276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0276C; }
p { color: rgb(176,39,108); }
H1.HeaderClassName
{
color: #B0276C;
}
.AnyTagClassName
{
color: #B0276C;
}
</style>
background-color css
<style>
a { background-color: #B0276C; }
a { background-color: rgb(176,39,108); }
div.DivClassName
{
background-color: #B0276C;
}
.BgClassName
{
background-color: #B0276C;
}
</style>
border-color css
<style>
span { border-color: #B0276C; }
span { border-color: rgb(176,39,108); }
td.TdClassName
{
border-color: #B0276C;
}
.TagClassName
{
border-color: #B0276C;
}
</style>