Shades of Rouge #B93C67
Tints of Rouge #B93C67
RGB
CMYK
RGB Variations
Color information
#B93C67 (or 0xB93C67) is known color: Rouge. HEX triplet: B9, 3C and 67. RGB value is (185,60,103). Sum of RGB (Red+Green+Blue) = 185+60+103=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C67 is #46C398. Grayscale: #666666. Windows color (decimal): -4637593 or 6765753. OLE color: 6765753.
HSL color Cylindrical-coordinate representation of color #B93C67: hue angle of 339.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C67 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 103 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.27 |
| HSL | 339.36º | 0.51% | 0.48% | - |
| HSV(B) | 339.36º | 0.68% | 0.73% | - |
| XYZ | 24.07 | 14.53 | 14.37 | - |
| YUV | 102.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 103 | 0 | 0.68 | 0.44 | 0.27 | 339.36 | 0.51 | 0.48 |
| Hex | B9 | 3C | 67 | 0 | 44 | 2C | 1B | 153 | 33 | 30 |
| Octal | 271 | 74 | 147 | 0 | 104 | 54 | 33 | 523 | 63 | 60 |
| Binary | 10111001 | 111100 | 1100111 | 0 | 1000100 | 101100 | 11011 | 101010011 | 110011 | 110000 |
Color Harmonies of #B93C67
Complementary color
Monochromatic Colors of #B93C67
Black with #B93C67
Text Example
Text Example
White with #B93C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C67; }
p { color: rgb(185,60,103); }
H1.HeaderClassName
{
color: #B93C67;
}
.AnyTagClassName
{
color: #B93C67;
}
</style>
background-color css
<style>
a { background-color: #B93C67; }
a { background-color: rgb(185,60,103); }
div.DivClassName
{
background-color: #B93C67;
}
.BgClassName
{
background-color: #B93C67;
}
</style>
border-color css
<style>
span { border-color: #B93C67; }
span { border-color: rgb(185,60,103); }
td.TdClassName
{
border-color: #B93C67;
}
.TagClassName
{
border-color: #B93C67;
}
</style>