Shades of Rouge #B63669
Tints of Rouge #B63669
RGB
CMYK
RGB Variations
Color information
#B63669 (or 0xB63669) is known color: Rouge. HEX triplet: B6, 36 and 69. RGB value is (182,54,105). Sum of RGB (Red+Green+Blue) = 182+54+105=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B63669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63669 is #49C996. Grayscale: #626262. Windows color (decimal): -4835735 or 6895286. OLE color: 6895286.
HSL color Cylindrical-coordinate representation of color #B63669: hue angle of 336.09º 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 #B63669 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 105 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.29 |
| HSL | 336.09º | 0.54% | 0.46% | - |
| HSV(B) | 336.09º | 0.7% | 0.71% | - |
| XYZ | 23.16 | 13.6 | 14.77 | - |
| YUV | 98.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 105 | 0 | 0.70 | 0.42 | 0.29 | 336.09 | 0.54 | 0.46 |
| Hex | B6 | 36 | 69 | 0 | 46 | 2A | 1D | 150 | 36 | 2E |
| Octal | 266 | 66 | 151 | 0 | 106 | 52 | 35 | 520 | 66 | 56 |
| Binary | 10110110 | 110110 | 1101001 | 0 | 1000110 | 101010 | 11101 | 101010000 | 110110 | 101110 |
Color Harmonies of #B63669
Complementary color
Monochromatic Colors of #B63669
Black with #B63669
Text Example
Text Example
White with #B63669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63669; }
p { color: rgb(182,54,105); }
H1.HeaderClassName
{
color: #B63669;
}
.AnyTagClassName
{
color: #B63669;
}
</style>
background-color css
<style>
a { background-color: #B63669; }
a { background-color: rgb(182,54,105); }
div.DivClassName
{
background-color: #B63669;
}
.BgClassName
{
background-color: #B63669;
}
</style>
border-color css
<style>
span { border-color: #B63669; }
span { border-color: rgb(182,54,105); }
td.TdClassName
{
border-color: #B63669;
}
.TagClassName
{
border-color: #B63669;
}
</style>