Shades of Rouge #B72666
Tints of Rouge #B72666
RGB
CMYK
RGB Variations
Color information
#B72666 (or 0xB72666) is known color: Rouge. HEX triplet: B7, 26 and 66. RGB value is (183,38,102). Sum of RGB (Red+Green+Blue) = 183+38+102=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B72666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72666 is #48D999. Grayscale: #585858. Windows color (decimal): -4774298 or 6694583. OLE color: 6694583.
HSL color Cylindrical-coordinate representation of color #B72666: hue angle of 333.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72666 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 102 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.28 |
| HSL | 333.52º | 0.66% | 0.43% | - |
| HSV(B) | 333.52º | 0.79% | 0.72% | - |
| XYZ | 22.62 | 12.41 | 13.77 | - |
| YUV | 88.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 102 | 0 | 0.79 | 0.44 | 0.28 | 333.52 | 0.66 | 0.43 |
| Hex | B7 | 26 | 66 | 0 | 4F | 2C | 1C | 14E | 42 | 2B |
| Octal | 267 | 46 | 146 | 0 | 117 | 54 | 34 | 516 | 102 | 53 |
| Binary | 10110111 | 100110 | 1100110 | 0 | 1001111 | 101100 | 11100 | 101001110 | 1000010 | 101011 |
Color Harmonies of #B72666
Complementary color
Monochromatic Colors of #B72666
Black with #B72666
Text Example
Text Example
White with #B72666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72666; }
p { color: rgb(183,38,102); }
H1.HeaderClassName
{
color: #B72666;
}
.AnyTagClassName
{
color: #B72666;
}
</style>
background-color css
<style>
a { background-color: #B72666; }
a { background-color: rgb(183,38,102); }
div.DivClassName
{
background-color: #B72666;
}
.BgClassName
{
background-color: #B72666;
}
</style>
border-color css
<style>
span { border-color: #B72666; }
span { border-color: rgb(183,38,102); }
td.TdClassName
{
border-color: #B72666;
}
.TagClassName
{
border-color: #B72666;
}
</style>