Shades of Rouge #B03B6E
Tints of Rouge #B03B6E
RGB
CMYK
RGB Variations
Color information
#B03B6E (or 0xB03B6E) is known color: Rouge. HEX triplet: B0, 3B and 6E. RGB value is (176,59,110). Sum of RGB (Red+Green+Blue) = 176+59+110=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B6E is #4FC491. Grayscale: #636363. Windows color (decimal): -5227666 or 7224240. OLE color: 7224240.
HSL color Cylindrical-coordinate representation of color #B03B6E: hue angle of 333.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03B6E is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 110 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.31 |
| HSL | 333.85º | 0.5% | 0.46% | - |
| HSV(B) | 333.85º | 0.66% | 0.69% | - |
| XYZ | 22.28 | 13.48 | 16.18 | - |
| YUV | 99.8 | 133.76 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 110 | 0 | 0.66 | 0.37 | 0.31 | 333.85 | 0.5 | 0.46 |
| Hex | B0 | 3B | 6E | 0 | 42 | 25 | 1F | 14E | 32 | 2E |
| Octal | 260 | 73 | 156 | 0 | 102 | 45 | 37 | 516 | 62 | 56 |
| Binary | 10110000 | 111011 | 1101110 | 0 | 1000010 | 100101 | 11111 | 101001110 | 110010 | 101110 |
Color Harmonies of #B03B6E
Complementary color
Monochromatic Colors of #B03B6E
Black with #B03B6E
Text Example
Text Example
White with #B03B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B6E; }
p { color: rgb(176,59,110); }
H1.HeaderClassName
{
color: #B03B6E;
}
.AnyTagClassName
{
color: #B03B6E;
}
</style>
background-color css
<style>
a { background-color: #B03B6E; }
a { background-color: rgb(176,59,110); }
div.DivClassName
{
background-color: #B03B6E;
}
.BgClassName
{
background-color: #B03B6E;
}
</style>
border-color css
<style>
span { border-color: #B03B6E; }
span { border-color: rgb(176,59,110); }
td.TdClassName
{
border-color: #B03B6E;
}
.TagClassName
{
border-color: #B03B6E;
}
</style>