Shades of Rouge #B93067
Tints of Rouge #B93067
RGB
CMYK
RGB Variations
Color information
#B93067 (or 0xB93067) is known color: Rouge. HEX triplet: B9, 30 and 67. RGB value is (185,48,103). Sum of RGB (Red+Green+Blue) = 185+48+103=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B93067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93067 is #46CF98. Grayscale: #5F5F5F. Windows color (decimal): -4640665 or 6762681. OLE color: 6762681.
HSL color Cylindrical-coordinate representation of color #B93067: hue angle of 335.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93067 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 103 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.27 |
| HSL | 335.91º | 0.59% | 0.46% | - |
| HSV(B) | 335.91º | 0.74% | 0.73% | - |
| XYZ | 23.51 | 13.41 | 14.18 | - |
| YUV | 95.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 103 | 0 | 0.74 | 0.44 | 0.27 | 335.91 | 0.59 | 0.46 |
| Hex | B9 | 30 | 67 | 0 | 4A | 2C | 1B | 150 | 3B | 2E |
| Octal | 271 | 60 | 147 | 0 | 112 | 54 | 33 | 520 | 73 | 56 |
| Binary | 10111001 | 110000 | 1100111 | 0 | 1001010 | 101100 | 11011 | 101010000 | 111011 | 101110 |
Color Harmonies of #B93067
Complementary color
Monochromatic Colors of #B93067
Black with #B93067
Text Example
Text Example
White with #B93067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93067; }
p { color: rgb(185,48,103); }
H1.HeaderClassName
{
color: #B93067;
}
.AnyTagClassName
{
color: #B93067;
}
</style>
background-color css
<style>
a { background-color: #B93067; }
a { background-color: rgb(185,48,103); }
div.DivClassName
{
background-color: #B93067;
}
.BgClassName
{
background-color: #B93067;
}
</style>
border-color css
<style>
span { border-color: #B93067; }
span { border-color: rgb(185,48,103); }
td.TdClassName
{
border-color: #B93067;
}
.TagClassName
{
border-color: #B93067;
}
</style>