Shades of Rouge #B02B6E
Tints of Rouge #B02B6E
RGB
CMYK
RGB Variations
Color information
#B02B6E (or 0xB02B6E) is known color: Rouge. HEX triplet: B0, 2B and 6E. RGB value is (176,43,110). Sum of RGB (Red+Green+Blue) = 176+43+110=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02B6E is #4FD491. Grayscale: #5A5A5A. Windows color (decimal): -5231762 or 7220144. OLE color: 7220144.
HSL color Cylindrical-coordinate representation of color #B02B6E: hue angle of 329.77º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02B6E is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 43 | 110 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.31 |
| HSL | 329.77º | 0.61% | 0.43% | - |
| HSV(B) | 329.77º | 0.76% | 0.69% | - |
| XYZ | 21.58 | 12.08 | 15.95 | - |
| YUV | 90.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 43 | 110 | 0 | 0.76 | 0.37 | 0.31 | 329.77 | 0.61 | 0.43 |
| Hex | B0 | 2B | 6E | 0 | 4C | 25 | 1F | 14A | 3D | 2B |
| Octal | 260 | 53 | 156 | 0 | 114 | 45 | 37 | 512 | 75 | 53 |
| Binary | 10110000 | 101011 | 1101110 | 0 | 1001100 | 100101 | 11111 | 101001010 | 111101 | 101011 |
Color Harmonies of #B02B6E
Complementary color
Monochromatic Colors of #B02B6E
Black with #B02B6E
Text Example
Text Example
White with #B02B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02B6E; }
p { color: rgb(176,43,110); }
H1.HeaderClassName
{
color: #B02B6E;
}
.AnyTagClassName
{
color: #B02B6E;
}
</style>
background-color css
<style>
a { background-color: #B02B6E; }
a { background-color: rgb(176,43,110); }
div.DivClassName
{
background-color: #B02B6E;
}
.BgClassName
{
background-color: #B02B6E;
}
</style>
border-color css
<style>
span { border-color: #B02B6E; }
span { border-color: rgb(176,43,110); }
td.TdClassName
{
border-color: #B02B6E;
}
.TagClassName
{
border-color: #B02B6E;
}
</style>