Shades of Rouge #B93F68
Tints of Rouge #B93F68
RGB
CMYK
RGB Variations
Color information
#B93F68 (or 0xB93F68) is known color: Rouge. HEX triplet: B9, 3F and 68. RGB value is (185,63,104). Sum of RGB (Red+Green+Blue) = 185+63+104=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F68 is #46C097. Grayscale: #686868. Windows color (decimal): -4636824 or 6832057. OLE color: 6832057.
HSL color Cylindrical-coordinate representation of color #B93F68: hue angle of 339.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F68 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 104 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.27 |
| HSL | 339.84º | 0.49% | 0.49% | - |
| HSV(B) | 339.84º | 0.66% | 0.73% | - |
| XYZ | 24.28 | 14.87 | 14.69 | - |
| YUV | 104.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 104 | 0 | 0.66 | 0.44 | 0.27 | 339.84 | 0.49 | 0.49 |
| Hex | B9 | 3F | 68 | 0 | 42 | 2C | 1B | 154 | 31 | 31 |
| Octal | 271 | 77 | 150 | 0 | 102 | 54 | 33 | 524 | 61 | 61 |
| Binary | 10111001 | 111111 | 1101000 | 0 | 1000010 | 101100 | 11011 | 101010100 | 110001 | 110001 |
Color Harmonies of #B93F68
Complementary color
Monochromatic Colors of #B93F68
Black with #B93F68
Text Example
Text Example
White with #B93F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F68; }
p { color: rgb(185,63,104); }
H1.HeaderClassName
{
color: #B93F68;
}
.AnyTagClassName
{
color: #B93F68;
}
</style>
background-color css
<style>
a { background-color: #B93F68; }
a { background-color: rgb(185,63,104); }
div.DivClassName
{
background-color: #B93F68;
}
.BgClassName
{
background-color: #B93F68;
}
</style>
border-color css
<style>
span { border-color: #B93F68; }
span { border-color: rgb(185,63,104); }
td.TdClassName
{
border-color: #B93F68;
}
.TagClassName
{
border-color: #B93F68;
}
</style>