Shades of Rouge #B9385C
Tints of Rouge #B9385C
RGB
CMYK
RGB Variations
Color information
#B9385C (or 0xB9385C) is known color: Rouge. HEX triplet: B9, 38 and 5C. RGB value is (185,56,92). Sum of RGB (Red+Green+Blue) = 185+56+92=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9385C is #46C7A3. Grayscale: #626262. Windows color (decimal): -4638628 or 6043833. OLE color: 6043833.
HSL color Cylindrical-coordinate representation of color #B9385C: hue angle of 343.26º 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 #B9385C is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 92 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.27 |
| HSL | 343.26º | 0.54% | 0.47% | - |
| HSV(B) | 343.26º | 0.7% | 0.73% | - |
| XYZ | 23.35 | 13.92 | 11.58 | - |
| YUV | 98.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 92 | 0 | 0.70 | 0.50 | 0.27 | 343.26 | 0.54 | 0.47 |
| Hex | B9 | 38 | 5C | 0 | 46 | 32 | 1B | 157 | 36 | 2F |
| Octal | 271 | 70 | 134 | 0 | 106 | 62 | 33 | 527 | 66 | 57 |
| Binary | 10111001 | 111000 | 1011100 | 0 | 1000110 | 110010 | 11011 | 101010111 | 110110 | 101111 |
Color Harmonies of #B9385C
Complementary color
Monochromatic Colors of #B9385C
Black with #B9385C
Text Example
Text Example
White with #B9385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9385C; }
p { color: rgb(185,56,92); }
H1.HeaderClassName
{
color: #B9385C;
}
.AnyTagClassName
{
color: #B9385C;
}
</style>
background-color css
<style>
a { background-color: #B9385C; }
a { background-color: rgb(185,56,92); }
div.DivClassName
{
background-color: #B9385C;
}
.BgClassName
{
background-color: #B9385C;
}
</style>
border-color css
<style>
span { border-color: #B9385C; }
span { border-color: rgb(185,56,92); }
td.TdClassName
{
border-color: #B9385C;
}
.TagClassName
{
border-color: #B9385C;
}
</style>