Shades of Hippie Pink #B4495C
Tints of Hippie Pink #B4495C
RGB
CMYK
RGB Variations
Color information
#B4495C (or 0xB4495C) is known color: Hippie Pink. HEX triplet: B4, 49 and 5C. RGB value is (180,73,92). Sum of RGB (Red+Green+Blue) = 180+73+92=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4495C is #4BB6A3. Grayscale: #6B6B6B. Windows color (decimal): -4961956 or 6048180. OLE color: 6048180.
HSL color Cylindrical-coordinate representation of color #B4495C: hue angle of 349.35º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4495C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 73 | 92 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.29 |
| HSL | 349.35º | 0.42% | 0.5% | - |
| HSV(B) | 349.35º | 0.59% | 0.71% | - |
| XYZ | 23.14 | 15.24 | 11.85 | - |
| YUV | 107.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 92 | 0 | 0.59 | 0.49 | 0.29 | 349.35 | 0.42 | 0.5 |
| Hex | B4 | 49 | 5C | 0 | 3B | 31 | 1D | 15D | 2A | 32 |
| Octal | 264 | 111 | 134 | 0 | 73 | 61 | 35 | 535 | 52 | 62 |
| Binary | 10110100 | 1001001 | 1011100 | 0 | 111011 | 110001 | 11101 | 101011101 | 101010 | 110010 |
Color Harmonies of #B4495C
Complementary color
Monochromatic Colors of #B4495C
Black with #B4495C
Text Example
Text Example
White with #B4495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4495C; }
p { color: rgb(180,73,92); }
H1.HeaderClassName
{
color: #B4495C;
}
.AnyTagClassName
{
color: #B4495C;
}
</style>
background-color css
<style>
a { background-color: #B4495C; }
a { background-color: rgb(180,73,92); }
div.DivClassName
{
background-color: #B4495C;
}
.BgClassName
{
background-color: #B4495C;
}
</style>
border-color css
<style>
span { border-color: #B4495C; }
span { border-color: rgb(180,73,92); }
td.TdClassName
{
border-color: #B4495C;
}
.TagClassName
{
border-color: #B4495C;
}
</style>