Shades of Rouge #B5366F
Tints of Rouge #B5366F
RGB
CMYK
RGB Variations
Color information
#B5366F (or 0xB5366F) is known color: Rouge. HEX triplet: B5, 36 and 6F. RGB value is (181,54,111). Sum of RGB (Red+Green+Blue) = 181+54+111=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5366F is #4AC990. Grayscale: #626262. Windows color (decimal): -4901265 or 7288501. OLE color: 7288501.
HSL color Cylindrical-coordinate representation of color #B5366F: hue angle of 333.07º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5366F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 111 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.29 |
| HSL | 333.07º | 0.54% | 0.46% | - |
| HSV(B) | 333.07º | 0.7% | 0.71% | - |
| XYZ | 23.24 | 13.61 | 16.44 | - |
| YUV | 98.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 111 | 0 | 0.70 | 0.39 | 0.29 | 333.07 | 0.54 | 0.46 |
| Hex | B5 | 36 | 6F | 0 | 46 | 27 | 1D | 14D | 36 | 2E |
| Octal | 265 | 66 | 157 | 0 | 106 | 47 | 35 | 515 | 66 | 56 |
| Binary | 10110101 | 110110 | 1101111 | 0 | 1000110 | 100111 | 11101 | 101001101 | 110110 | 101110 |
Color Harmonies of #B5366F
Complementary color
Monochromatic Colors of #B5366F
Black with #B5366F
Text Example
Text Example
White with #B5366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5366F; }
p { color: rgb(181,54,111); }
H1.HeaderClassName
{
color: #B5366F;
}
.AnyTagClassName
{
color: #B5366F;
}
</style>
background-color css
<style>
a { background-color: #B5366F; }
a { background-color: rgb(181,54,111); }
div.DivClassName
{
background-color: #B5366F;
}
.BgClassName
{
background-color: #B5366F;
}
</style>
border-color css
<style>
span { border-color: #B5366F; }
span { border-color: rgb(181,54,111); }
td.TdClassName
{
border-color: #B5366F;
}
.TagClassName
{
border-color: #B5366F;
}
</style>