Shades of Rouge #B7386C
Tints of Rouge #B7386C
RGB
CMYK
RGB Variations
Color information
#B7386C (or 0xB7386C) is known color: Rouge. HEX triplet: B7, 38 and 6C. RGB value is (183,56,108). Sum of RGB (Red+Green+Blue) = 183+56+108=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7386C is #48C793. Grayscale: #636363. Windows color (decimal): -4769684 or 7092407. OLE color: 7092407.
HSL color Cylindrical-coordinate representation of color #B7386C: hue angle of 335.43º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7386C is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 108 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.28 |
| HSL | 335.43º | 0.53% | 0.47% | - |
| HSV(B) | 335.43º | 0.69% | 0.72% | - |
| XYZ | 23.65 | 13.98 | 15.64 | - |
| YUV | 99.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 108 | 0 | 0.69 | 0.41 | 0.28 | 335.43 | 0.53 | 0.47 |
| Hex | B7 | 38 | 6C | 0 | 45 | 29 | 1C | 14F | 35 | 2F |
| Octal | 267 | 70 | 154 | 0 | 105 | 51 | 34 | 517 | 65 | 57 |
| Binary | 10110111 | 111000 | 1101100 | 0 | 1000101 | 101001 | 11100 | 101001111 | 110101 | 101111 |
Color Harmonies of #B7386C
Complementary color
Monochromatic Colors of #B7386C
Black with #B7386C
Text Example
Text Example
White with #B7386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7386C; }
p { color: rgb(183,56,108); }
H1.HeaderClassName
{
color: #B7386C;
}
.AnyTagClassName
{
color: #B7386C;
}
</style>
background-color css
<style>
a { background-color: #B7386C; }
a { background-color: rgb(183,56,108); }
div.DivClassName
{
background-color: #B7386C;
}
.BgClassName
{
background-color: #B7386C;
}
</style>
border-color css
<style>
span { border-color: #B7386C; }
span { border-color: rgb(183,56,108); }
td.TdClassName
{
border-color: #B7386C;
}
.TagClassName
{
border-color: #B7386C;
}
</style>