Shades of Rouge #B63A68
Tints of Rouge #B63A68
RGB
CMYK
RGB Variations
Color information
#B63A68 (or 0xB63A68) is known color: Rouge. HEX triplet: B6, 3A and 68. RGB value is (182,58,104). Sum of RGB (Red+Green+Blue) = 182+58+104=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63A68 is #49C597. Grayscale: #646464. Windows color (decimal): -4834712 or 6830774. OLE color: 6830774.
HSL color Cylindrical-coordinate representation of color #B63A68: hue angle of 337.74º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63A68 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 104 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.29 |
| HSL | 337.74º | 0.52% | 0.47% | - |
| HSV(B) | 337.74º | 0.68% | 0.71% | - |
| XYZ | 23.3 | 13.97 | 14.57 | - |
| YUV | 100.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 104 | 0 | 0.68 | 0.43 | 0.29 | 337.74 | 0.52 | 0.47 |
| Hex | B6 | 3A | 68 | 0 | 44 | 2B | 1D | 152 | 34 | 2F |
| Octal | 266 | 72 | 150 | 0 | 104 | 53 | 35 | 522 | 64 | 57 |
| Binary | 10110110 | 111010 | 1101000 | 0 | 1000100 | 101011 | 11101 | 101010010 | 110100 | 101111 |
Color Harmonies of #B63A68
Complementary color
Monochromatic Colors of #B63A68
Black with #B63A68
Text Example
Text Example
White with #B63A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A68; }
p { color: rgb(182,58,104); }
H1.HeaderClassName
{
color: #B63A68;
}
.AnyTagClassName
{
color: #B63A68;
}
</style>
background-color css
<style>
a { background-color: #B63A68; }
a { background-color: rgb(182,58,104); }
div.DivClassName
{
background-color: #B63A68;
}
.BgClassName
{
background-color: #B63A68;
}
</style>
border-color css
<style>
span { border-color: #B63A68; }
span { border-color: rgb(182,58,104); }
td.TdClassName
{
border-color: #B63A68;
}
.TagClassName
{
border-color: #B63A68;
}
</style>