Shades of Rouge #B92C69
Tints of Rouge #B92C69
RGB
CMYK
RGB Variations
Color information
#B92C69 (or 0xB92C69) is known color: Rouge. HEX triplet: B9, 2C and 69. RGB value is (185,44,105). Sum of RGB (Red+Green+Blue) = 185+44+105=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C69 is #46D396. Grayscale: #5D5D5D. Windows color (decimal): -4641687 or 6892729. OLE color: 6892729.
HSL color Cylindrical-coordinate representation of color #B92C69: hue angle of 334.04º 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 #B92C69 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 105 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.27 |
| HSL | 334.04º | 0.62% | 0.45% | - |
| HSV(B) | 334.04º | 0.76% | 0.73% | - |
| XYZ | 23.46 | 13.14 | 14.66 | - |
| YUV | 93.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 105 | 0 | 0.76 | 0.43 | 0.27 | 334.04 | 0.62 | 0.45 |
| Hex | B9 | 2C | 69 | 0 | 4C | 2B | 1B | 14E | 3E | 2D |
| Octal | 271 | 54 | 151 | 0 | 114 | 53 | 33 | 516 | 76 | 55 |
| Binary | 10111001 | 101100 | 1101001 | 0 | 1001100 | 101011 | 11011 | 101001110 | 111110 | 101101 |
Color Harmonies of #B92C69
Complementary color
Monochromatic Colors of #B92C69
Black with #B92C69
Text Example
Text Example
White with #B92C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C69; }
p { color: rgb(185,44,105); }
H1.HeaderClassName
{
color: #B92C69;
}
.AnyTagClassName
{
color: #B92C69;
}
</style>
background-color css
<style>
a { background-color: #B92C69; }
a { background-color: rgb(185,44,105); }
div.DivClassName
{
background-color: #B92C69;
}
.BgClassName
{
background-color: #B92C69;
}
</style>
border-color css
<style>
span { border-color: #B92C69; }
span { border-color: rgb(185,44,105); }
td.TdClassName
{
border-color: #B92C69;
}
.TagClassName
{
border-color: #B92C69;
}
</style>