Shades of Hippie Pink #B4485D
Tints of Hippie Pink #B4485D
RGB
CMYK
RGB Variations
Color information
#B4485D (or 0xB4485D) is known color: Hippie Pink. HEX triplet: B4, 48 and 5D. RGB value is (180,72,93). Sum of RGB (Red+Green+Blue) = 180+72+93=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4485D is #4BB7A2. Grayscale: #6A6A6A. Windows color (decimal): -4962211 or 6113460. OLE color: 6113460.
HSL color Cylindrical-coordinate representation of color #B4485D: hue angle of 348.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4485D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 72 | 93 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.29 |
| HSL | 348.33º | 0.43% | 0.49% | - |
| HSV(B) | 348.33º | 0.6% | 0.71% | - |
| XYZ | 23.12 | 15.13 | 12.06 | - |
| YUV | 106.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 72 | 93 | 0 | 0.60 | 0.48 | 0.29 | 348.33 | 0.43 | 0.49 |
| Hex | B4 | 48 | 5D | 0 | 3C | 30 | 1D | 15C | 2B | 31 |
| Octal | 264 | 110 | 135 | 0 | 74 | 60 | 35 | 534 | 53 | 61 |
| Binary | 10110100 | 1001000 | 1011101 | 0 | 111100 | 110000 | 11101 | 101011100 | 101011 | 110001 |
Color Harmonies of #B4485D
Complementary color
Monochromatic Colors of #B4485D
Black with #B4485D
Text Example
Text Example
White with #B4485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4485D; }
p { color: rgb(180,72,93); }
H1.HeaderClassName
{
color: #B4485D;
}
.AnyTagClassName
{
color: #B4485D;
}
</style>
background-color css
<style>
a { background-color: #B4485D; }
a { background-color: rgb(180,72,93); }
div.DivClassName
{
background-color: #B4485D;
}
.BgClassName
{
background-color: #B4485D;
}
</style>
border-color css
<style>
span { border-color: #B4485D; }
span { border-color: rgb(180,72,93); }
td.TdClassName
{
border-color: #B4485D;
}
.TagClassName
{
border-color: #B4485D;
}
</style>