Shades of Rouge #B5276A
Tints of Rouge #B5276A
RGB
CMYK
RGB Variations
Color information
#B5276A (or 0xB5276A) is known color: Rouge. HEX triplet: B5, 27 and 6A. RGB value is (181,39,106). Sum of RGB (Red+Green+Blue) = 181+39+106=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5276A is #4AD895. Grayscale: #585858. Windows color (decimal): -4905110 or 6956981. OLE color: 6956981.
HSL color Cylindrical-coordinate representation of color #B5276A: hue angle of 331.69º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5276A is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 106 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.29 |
| HSL | 331.69º | 0.65% | 0.43% | - |
| HSV(B) | 331.69º | 0.78% | 0.71% | - |
| XYZ | 22.38 | 12.32 | 14.83 | - |
| YUV | 89.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 106 | 0 | 0.78 | 0.41 | 0.29 | 331.69 | 0.65 | 0.43 |
| Hex | B5 | 27 | 6A | 0 | 4E | 29 | 1D | 14C | 41 | 2B |
| Octal | 265 | 47 | 152 | 0 | 116 | 51 | 35 | 514 | 101 | 53 |
| Binary | 10110101 | 100111 | 1101010 | 0 | 1001110 | 101001 | 11101 | 101001100 | 1000001 | 101011 |
Color Harmonies of #B5276A
Complementary color
Monochromatic Colors of #B5276A
Black with #B5276A
Text Example
Text Example
White with #B5276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5276A; }
p { color: rgb(181,39,106); }
H1.HeaderClassName
{
color: #B5276A;
}
.AnyTagClassName
{
color: #B5276A;
}
</style>
background-color css
<style>
a { background-color: #B5276A; }
a { background-color: rgb(181,39,106); }
div.DivClassName
{
background-color: #B5276A;
}
.BgClassName
{
background-color: #B5276A;
}
</style>
border-color css
<style>
span { border-color: #B5276A; }
span { border-color: rgb(181,39,106); }
td.TdClassName
{
border-color: #B5276A;
}
.TagClassName
{
border-color: #B5276A;
}
</style>