Shades of Rouge #B9376A
Tints of Rouge #B9376A
RGB
CMYK
RGB Variations
Color information
#B9376A (or 0xB9376A) is known color: Rouge. HEX triplet: B9, 37 and 6A. RGB value is (185,55,106). Sum of RGB (Red+Green+Blue) = 185+55+106=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9376A is #46C895. Grayscale: #636363. Windows color (decimal): -4638870 or 6961081. OLE color: 6961081.
HSL color Cylindrical-coordinate representation of color #B9376A: hue angle of 336.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9376A is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 106 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.27 |
| HSL | 336.46º | 0.54% | 0.47% | - |
| HSV(B) | 336.46º | 0.7% | 0.73% | - |
| XYZ | 23.98 | 14.09 | 15.09 | - |
| YUV | 99.68 | 131.57 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 106 | 0 | 0.70 | 0.43 | 0.27 | 336.46 | 0.54 | 0.47 |
| Hex | B9 | 37 | 6A | 0 | 46 | 2B | 1B | 150 | 36 | 2F |
| Octal | 271 | 67 | 152 | 0 | 106 | 53 | 33 | 520 | 66 | 57 |
| Binary | 10111001 | 110111 | 1101010 | 0 | 1000110 | 101011 | 11011 | 101010000 | 110110 | 101111 |
Color Harmonies of #B9376A
Complementary color
Monochromatic Colors of #B9376A
Black with #B9376A
Text Example
Text Example
White with #B9376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9376A; }
p { color: rgb(185,55,106); }
H1.HeaderClassName
{
color: #B9376A;
}
.AnyTagClassName
{
color: #B9376A;
}
</style>
background-color css
<style>
a { background-color: #B9376A; }
a { background-color: rgb(185,55,106); }
div.DivClassName
{
background-color: #B9376A;
}
.BgClassName
{
background-color: #B9376A;
}
</style>
border-color css
<style>
span { border-color: #B9376A; }
span { border-color: rgb(185,55,106); }
td.TdClassName
{
border-color: #B9376A;
}
.TagClassName
{
border-color: #B9376A;
}
</style>