Shades of Rouge #B7385A
Tints of Rouge #B7385A
RGB
CMYK
RGB Variations
Color information
#B7385A (or 0xB7385A) is known color: Rouge. HEX triplet: B7, 38 and 5A. RGB value is (183,56,90). Sum of RGB (Red+Green+Blue) = 183+56+90=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7385A is #48C7A5. Grayscale: #616161. Windows color (decimal): -4769702 or 5912759. OLE color: 5912759.
HSL color Cylindrical-coordinate representation of color #B7385A: hue angle of 343.94º 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 #B7385A is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 90 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.28 |
| HSL | 343.94º | 0.53% | 0.47% | - |
| HSV(B) | 343.94º | 0.69% | 0.72% | - |
| XYZ | 22.79 | 13.63 | 11.1 | - |
| YUV | 97.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 90 | 0 | 0.69 | 0.51 | 0.28 | 343.94 | 0.53 | 0.47 |
| Hex | B7 | 38 | 5A | 0 | 45 | 33 | 1C | 158 | 35 | 2F |
| Octal | 267 | 70 | 132 | 0 | 105 | 63 | 34 | 530 | 65 | 57 |
| Binary | 10110111 | 111000 | 1011010 | 0 | 1000101 | 110011 | 11100 | 101011000 | 110101 | 101111 |
Color Harmonies of #B7385A
Complementary color
Monochromatic Colors of #B7385A
Black with #B7385A
Text Example
Text Example
White with #B7385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7385A; }
p { color: rgb(183,56,90); }
H1.HeaderClassName
{
color: #B7385A;
}
.AnyTagClassName
{
color: #B7385A;
}
</style>
background-color css
<style>
a { background-color: #B7385A; }
a { background-color: rgb(183,56,90); }
div.DivClassName
{
background-color: #B7385A;
}
.BgClassName
{
background-color: #B7385A;
}
</style>
border-color css
<style>
span { border-color: #B7385A; }
span { border-color: rgb(183,56,90); }
td.TdClassName
{
border-color: #B7385A;
}
.TagClassName
{
border-color: #B7385A;
}
</style>