Shades of Rouge #B7305F
Tints of Rouge #B7305F
RGB
CMYK
RGB Variations
Color information
#B7305F (or 0xB7305F) is known color: Rouge. HEX triplet: B7, 30 and 5F. RGB value is (183,48,95). Sum of RGB (Red+Green+Blue) = 183+48+95=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7305F is #48CFA0. Grayscale: #5D5D5D. Windows color (decimal): -4771745 or 6238391. OLE color: 6238391.
HSL color Cylindrical-coordinate representation of color #B7305F: hue angle of 339.11º 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 #B7305F is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 95 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.28 |
| HSL | 339.11º | 0.58% | 0.45% | - |
| HSV(B) | 339.11º | 0.74% | 0.72% | - |
| XYZ | 22.65 | 13.01 | 12.14 | - |
| YUV | 93.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 95 | 0 | 0.74 | 0.48 | 0.28 | 339.11 | 0.58 | 0.45 |
| Hex | B7 | 30 | 5F | 0 | 4A | 30 | 1C | 153 | 3A | 2D |
| Octal | 267 | 60 | 137 | 0 | 112 | 60 | 34 | 523 | 72 | 55 |
| Binary | 10110111 | 110000 | 1011111 | 0 | 1001010 | 110000 | 11100 | 101010011 | 111010 | 101101 |
Color Harmonies of #B7305F
Complementary color
Monochromatic Colors of #B7305F
Black with #B7305F
Text Example
Text Example
White with #B7305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7305F; }
p { color: rgb(183,48,95); }
H1.HeaderClassName
{
color: #B7305F;
}
.AnyTagClassName
{
color: #B7305F;
}
</style>
background-color css
<style>
a { background-color: #B7305F; }
a { background-color: rgb(183,48,95); }
div.DivClassName
{
background-color: #B7305F;
}
.BgClassName
{
background-color: #B7305F;
}
</style>
border-color css
<style>
span { border-color: #B7305F; }
span { border-color: rgb(183,48,95); }
td.TdClassName
{
border-color: #B7305F;
}
.TagClassName
{
border-color: #B7305F;
}
</style>