Shades of Hippie Pink #B2485D
Tints of Hippie Pink #B2485D
RGB
CMYK
RGB Variations
Color information
#B2485D (or 0xB2485D) is known color: Hippie Pink. HEX triplet: B2, 48 and 5D. RGB value is (178,72,93). Sum of RGB (Red+Green+Blue) = 178+72+93=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2485D is #4DB7A2. Grayscale: #6A6A6A. Windows color (decimal): -5093283 or 6113458. OLE color: 6113458.
HSL color Cylindrical-coordinate representation of color #B2485D: hue angle of 348.11º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2485D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 93 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.30 |
| HSL | 348.11º | 0.42% | 0.49% | - |
| HSV(B) | 348.11º | 0.6% | 0.7% | - |
| XYZ | 22.65 | 14.89 | 12.04 | - |
| YUV | 106.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 93 | 0 | 0.60 | 0.48 | 0.30 | 348.11 | 0.42 | 0.49 |
| Hex | B2 | 48 | 5D | 0 | 3C | 30 | 1E | 15C | 2A | 31 |
| Octal | 262 | 110 | 135 | 0 | 74 | 60 | 36 | 534 | 52 | 61 |
| Binary | 10110010 | 1001000 | 1011101 | 0 | 111100 | 110000 | 11110 | 101011100 | 101010 | 110001 |
Color Harmonies of #B2485D
Complementary color
Monochromatic Colors of #B2485D
Black with #B2485D
Text Example
Text Example
White with #B2485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2485D; }
p { color: rgb(178,72,93); }
H1.HeaderClassName
{
color: #B2485D;
}
.AnyTagClassName
{
color: #B2485D;
}
</style>
background-color css
<style>
a { background-color: #B2485D; }
a { background-color: rgb(178,72,93); }
div.DivClassName
{
background-color: #B2485D;
}
.BgClassName
{
background-color: #B2485D;
}
</style>
border-color css
<style>
span { border-color: #B2485D; }
span { border-color: rgb(178,72,93); }
td.TdClassName
{
border-color: #B2485D;
}
.TagClassName
{
border-color: #B2485D;
}
</style>