Shades of Rouge #B93267
Tints of Rouge #B93267
RGB
CMYK
RGB Variations
Color information
#B93267 (or 0xB93267) is known color: Rouge. HEX triplet: B9, 32 and 67. RGB value is (185,50,103). Sum of RGB (Red+Green+Blue) = 185+50+103=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93267 is #46CD98. Grayscale: #606060. Windows color (decimal): -4640153 or 6763193. OLE color: 6763193.
HSL color Cylindrical-coordinate representation of color #B93267: hue angle of 336.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93267 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 103 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.27 |
| HSL | 336.44º | 0.57% | 0.46% | - |
| HSV(B) | 336.44º | 0.73% | 0.73% | - |
| XYZ | 23.6 | 13.57 | 14.21 | - |
| YUV | 96.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 103 | 0 | 0.73 | 0.44 | 0.27 | 336.44 | 0.57 | 0.46 |
| Hex | B9 | 32 | 67 | 0 | 49 | 2C | 1B | 150 | 39 | 2E |
| Octal | 271 | 62 | 147 | 0 | 111 | 54 | 33 | 520 | 71 | 56 |
| Binary | 10111001 | 110010 | 1100111 | 0 | 1001001 | 101100 | 11011 | 101010000 | 111001 | 101110 |
Color Harmonies of #B93267
Complementary color
Monochromatic Colors of #B93267
Black with #B93267
Text Example
Text Example
White with #B93267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93267; }
p { color: rgb(185,50,103); }
H1.HeaderClassName
{
color: #B93267;
}
.AnyTagClassName
{
color: #B93267;
}
</style>
background-color css
<style>
a { background-color: #B93267; }
a { background-color: rgb(185,50,103); }
div.DivClassName
{
background-color: #B93267;
}
.BgClassName
{
background-color: #B93267;
}
</style>
border-color css
<style>
span { border-color: #B93267; }
span { border-color: rgb(185,50,103); }
td.TdClassName
{
border-color: #B93267;
}
.TagClassName
{
border-color: #B93267;
}
</style>