Shades of Rouge #B7306E
Tints of Rouge #B7306E
RGB
CMYK
RGB Variations
Color information
#B7306E (or 0xB7306E) is known color: Rouge. HEX triplet: B7, 30 and 6E. RGB value is (183,48,110). Sum of RGB (Red+Green+Blue) = 183+48+110=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7306E is #48CF91. Grayscale: #5F5F5F. Windows color (decimal): -4771730 or 7221431. OLE color: 7221431.
HSL color Cylindrical-coordinate representation of color #B7306E: hue angle of 332.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7306E is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 110 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.28 |
| HSL | 332.44º | 0.58% | 0.45% | - |
| HSV(B) | 332.44º | 0.74% | 0.72% | - |
| XYZ | 23.4 | 13.31 | 16.09 | - |
| YUV | 95.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 110 | 0 | 0.74 | 0.40 | 0.28 | 332.44 | 0.58 | 0.45 |
| Hex | B7 | 30 | 6E | 0 | 4A | 28 | 1C | 14C | 3A | 2D |
| Octal | 267 | 60 | 156 | 0 | 112 | 50 | 34 | 514 | 72 | 55 |
| Binary | 10110111 | 110000 | 1101110 | 0 | 1001010 | 101000 | 11100 | 101001100 | 111010 | 101101 |
Color Harmonies of #B7306E
Complementary color
Monochromatic Colors of #B7306E
Black with #B7306E
Text Example
Text Example
White with #B7306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7306E; }
p { color: rgb(183,48,110); }
H1.HeaderClassName
{
color: #B7306E;
}
.AnyTagClassName
{
color: #B7306E;
}
</style>
background-color css
<style>
a { background-color: #B7306E; }
a { background-color: rgb(183,48,110); }
div.DivClassName
{
background-color: #B7306E;
}
.BgClassName
{
background-color: #B7306E;
}
</style>
border-color css
<style>
span { border-color: #B7306E; }
span { border-color: rgb(183,48,110); }
td.TdClassName
{
border-color: #B7306E;
}
.TagClassName
{
border-color: #B7306E;
}
</style>