Shades of Rouge #B92C6B
Tints of Rouge #B92C6B
RGB
CMYK
RGB Variations
Color information
#B92C6B (or 0xB92C6B) is known color: Rouge. HEX triplet: B9, 2C and 6B. RGB value is (185,44,107). Sum of RGB (Red+Green+Blue) = 185+44+107=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C6B is #46D394. Grayscale: #5D5D5D. Windows color (decimal): -4641685 or 7023801. OLE color: 7023801.
HSL color Cylindrical-coordinate representation of color #B92C6B: hue angle of 333.19º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C6B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 107 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.27 |
| HSL | 333.19º | 0.62% | 0.45% | - |
| HSV(B) | 333.19º | 0.76% | 0.73% | - |
| XYZ | 23.56 | 13.18 | 15.21 | - |
| YUV | 93.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 107 | 0 | 0.76 | 0.42 | 0.27 | 333.19 | 0.62 | 0.45 |
| Hex | B9 | 2C | 6B | 0 | 4C | 2A | 1B | 14D | 3E | 2D |
| Octal | 271 | 54 | 153 | 0 | 114 | 52 | 33 | 515 | 76 | 55 |
| Binary | 10111001 | 101100 | 1101011 | 0 | 1001100 | 101010 | 11011 | 101001101 | 111110 | 101101 |
Color Harmonies of #B92C6B
Complementary color
Monochromatic Colors of #B92C6B
Black with #B92C6B
Text Example
Text Example
White with #B92C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C6B; }
p { color: rgb(185,44,107); }
H1.HeaderClassName
{
color: #B92C6B;
}
.AnyTagClassName
{
color: #B92C6B;
}
</style>
background-color css
<style>
a { background-color: #B92C6B; }
a { background-color: rgb(185,44,107); }
div.DivClassName
{
background-color: #B92C6B;
}
.BgClassName
{
background-color: #B92C6B;
}
</style>
border-color css
<style>
span { border-color: #B92C6B; }
span { border-color: rgb(185,44,107); }
td.TdClassName
{
border-color: #B92C6B;
}
.TagClassName
{
border-color: #B92C6B;
}
</style>