Shades of Rouge #B63D6A
Tints of Rouge #B63D6A
RGB
CMYK
RGB Variations
Color information
#B63D6A (or 0xB63D6A) is known color: Rouge. HEX triplet: B6, 3D and 6A. RGB value is (182,61,106). Sum of RGB (Red+Green+Blue) = 182+61+106=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63D6A is #49C295. Grayscale: #666666. Windows color (decimal): -4833942 or 6962614. OLE color: 6962614.
HSL color Cylindrical-coordinate representation of color #B63D6A: hue angle of 337.69º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D6A is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 106 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.29 |
| HSL | 337.69º | 0.5% | 0.48% | - |
| HSV(B) | 337.69º | 0.66% | 0.71% | - |
| XYZ | 23.56 | 14.32 | 15.16 | - |
| YUV | 102.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 106 | 0 | 0.66 | 0.42 | 0.29 | 337.69 | 0.5 | 0.48 |
| Hex | B6 | 3D | 6A | 0 | 42 | 2A | 1D | 152 | 32 | 30 |
| Octal | 266 | 75 | 152 | 0 | 102 | 52 | 35 | 522 | 62 | 60 |
| Binary | 10110110 | 111101 | 1101010 | 0 | 1000010 | 101010 | 11101 | 101010010 | 110010 | 110000 |
Color Harmonies of #B63D6A
Complementary color
Monochromatic Colors of #B63D6A
Black with #B63D6A
Text Example
Text Example
White with #B63D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D6A; }
p { color: rgb(182,61,106); }
H1.HeaderClassName
{
color: #B63D6A;
}
.AnyTagClassName
{
color: #B63D6A;
}
</style>
background-color css
<style>
a { background-color: #B63D6A; }
a { background-color: rgb(182,61,106); }
div.DivClassName
{
background-color: #B63D6A;
}
.BgClassName
{
background-color: #B63D6A;
}
</style>
border-color css
<style>
span { border-color: #B63D6A; }
span { border-color: rgb(182,61,106); }
td.TdClassName
{
border-color: #B63D6A;
}
.TagClassName
{
border-color: #B63D6A;
}
</style>