Shades of Hippie Pink #B63E5A
Tints of Hippie Pink #B63E5A
RGB
CMYK
RGB Variations
Color information
#B63E5A (or 0xB63E5A) is known color: Hippie Pink. HEX triplet: B6, 3E and 5A. RGB value is (182,62,90). Sum of RGB (Red+Green+Blue) = 182+62+90=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E5A is #49C1A5. Grayscale: #656565. Windows color (decimal): -4833702 or 5914294. OLE color: 5914294.
HSL color Cylindrical-coordinate representation of color #B63E5A: hue angle of 346º degrees, saturation: 0.49, 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 #B63E5A is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 90 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.29 |
| HSL | 346º | 0.49% | 0.48% | - |
| HSV(B) | 346º | 0.66% | 0.71% | - |
| XYZ | 22.86 | 14.13 | 11.2 | - |
| YUV | 101.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 90 | 0 | 0.66 | 0.51 | 0.29 | 346 | 0.49 | 0.48 |
| Hex | B6 | 3E | 5A | 0 | 42 | 33 | 1D | 15A | 31 | 30 |
| Octal | 266 | 76 | 132 | 0 | 102 | 63 | 35 | 532 | 61 | 60 |
| Binary | 10110110 | 111110 | 1011010 | 0 | 1000010 | 110011 | 11101 | 101011010 | 110001 | 110000 |
Color Harmonies of #B63E5A
Complementary color
Monochromatic Colors of #B63E5A
Black with #B63E5A
Text Example
Text Example
White with #B63E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E5A; }
p { color: rgb(182,62,90); }
H1.HeaderClassName
{
color: #B63E5A;
}
.AnyTagClassName
{
color: #B63E5A;
}
</style>
background-color css
<style>
a { background-color: #B63E5A; }
a { background-color: rgb(182,62,90); }
div.DivClassName
{
background-color: #B63E5A;
}
.BgClassName
{
background-color: #B63E5A;
}
</style>
border-color css
<style>
span { border-color: #B63E5A; }
span { border-color: rgb(182,62,90); }
td.TdClassName
{
border-color: #B63E5A;
}
.TagClassName
{
border-color: #B63E5A;
}
</style>