Shades of Rouge #B7366F
Tints of Rouge #B7366F
RGB
CMYK
RGB Variations
Color information
#B7366F (or 0xB7366F) is known color: Rouge. HEX triplet: B7, 36 and 6F. RGB value is (183,54,111). Sum of RGB (Red+Green+Blue) = 183+54+111=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7366F is #48C990. Grayscale: #626262. Windows color (decimal): -4770193 or 7288503. OLE color: 7288503.
HSL color Cylindrical-coordinate representation of color #B7366F: hue angle of 333.49º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7366F is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 111 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.28 |
| HSL | 333.49º | 0.54% | 0.46% | - |
| HSV(B) | 333.49º | 0.7% | 0.72% | - |
| XYZ | 23.72 | 13.85 | 16.46 | - |
| YUV | 99.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 111 | 0 | 0.70 | 0.39 | 0.28 | 333.49 | 0.54 | 0.46 |
| Hex | B7 | 36 | 6F | 0 | 46 | 27 | 1C | 14D | 36 | 2E |
| Octal | 267 | 66 | 157 | 0 | 106 | 47 | 34 | 515 | 66 | 56 |
| Binary | 10110111 | 110110 | 1101111 | 0 | 1000110 | 100111 | 11100 | 101001101 | 110110 | 101110 |
Color Harmonies of #B7366F
Complementary color
Monochromatic Colors of #B7366F
Black with #B7366F
Text Example
Text Example
White with #B7366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7366F; }
p { color: rgb(183,54,111); }
H1.HeaderClassName
{
color: #B7366F;
}
.AnyTagClassName
{
color: #B7366F;
}
</style>
background-color css
<style>
a { background-color: #B7366F; }
a { background-color: rgb(183,54,111); }
div.DivClassName
{
background-color: #B7366F;
}
.BgClassName
{
background-color: #B7366F;
}
</style>
border-color css
<style>
span { border-color: #B7366F; }
span { border-color: rgb(183,54,111); }
td.TdClassName
{
border-color: #B7366F;
}
.TagClassName
{
border-color: #B7366F;
}
</style>