Shades of Rouge #B7276A
Tints of Rouge #B7276A
RGB
CMYK
RGB Variations
Color information
#B7276A (or 0xB7276A) is known color: Rouge. HEX triplet: B7, 27 and 6A. RGB value is (183,39,106). Sum of RGB (Red+Green+Blue) = 183+39+106=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7276A is #48D895. Grayscale: #595959. Windows color (decimal): -4774038 or 6956983. OLE color: 6956983.
HSL color Cylindrical-coordinate representation of color #B7276A: hue angle of 332.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7276A is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 39 | 106 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.28 |
| HSL | 332.08º | 0.65% | 0.44% | - |
| HSV(B) | 332.08º | 0.79% | 0.72% | - |
| XYZ | 22.86 | 12.56 | 14.86 | - |
| YUV | 89.69 | 137.21 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 39 | 106 | 0 | 0.79 | 0.42 | 0.28 | 332.08 | 0.65 | 0.44 |
| Hex | B7 | 27 | 6A | 0 | 4F | 2A | 1C | 14C | 41 | 2C |
| Octal | 267 | 47 | 152 | 0 | 117 | 52 | 34 | 514 | 101 | 54 |
| Binary | 10110111 | 100111 | 1101010 | 0 | 1001111 | 101010 | 11100 | 101001100 | 1000001 | 101100 |
Color Harmonies of #B7276A
Complementary color
Monochromatic Colors of #B7276A
Black with #B7276A
Text Example
Text Example
White with #B7276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7276A; }
p { color: rgb(183,39,106); }
H1.HeaderClassName
{
color: #B7276A;
}
.AnyTagClassName
{
color: #B7276A;
}
</style>
background-color css
<style>
a { background-color: #B7276A; }
a { background-color: rgb(183,39,106); }
div.DivClassName
{
background-color: #B7276A;
}
.BgClassName
{
background-color: #B7276A;
}
</style>
border-color css
<style>
span { border-color: #B7276A; }
span { border-color: rgb(183,39,106); }
td.TdClassName
{
border-color: #B7276A;
}
.TagClassName
{
border-color: #B7276A;
}
</style>