#B85158

Color #B85158 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B85158

Tints of Hippie Pink #B85158

Color information

#B85158 (or 0xB85158) is unknown color: approx Hippie Pink. HEX triplet: B8, 51 and 58. RGB value is (184,81,88). Sum of RGB (Red+Green+Blue) = 184+81+88=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B85158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85158 is #47AEA7. Grayscale: #707070. Windows color (decimal): -4697768 or 5788088. OLE color: 5788088.

HSL color Cylindrical-coordinate representation of color #B85158: hue angle of 355.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85158 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1848188-
CMYK00.560.520.28
HSL355.92º42.04%51.96%-
HSV(B)355.92º55.98%72.16%-
XYZ24.4716.7811.18-
YUV112.59114.12178.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=52.12%
G=22.95%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184818800.560.520.28355.9242.0451.96
HexB85158038341C1642a34
Octal27012113007064345445264
Binary1011100010100011011000011100011010011100101100100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85158; }

 p { color: rgb(184,81,88); }

 H1.HeaderClassName
 {
   color: #B85158;
 }
 .AnyTagClassName
 {
   color: #B85158;
 }
</style>
background-color css

<style>
 a { background-color: #B85158; }

 a { background-color: rgb(184,81,88); }

 div.DivClassName
 {
   background-color: #B85158;
 }
 .BgClassName
 {
   background-color: #B85158;
 }
</style>
border-color css

<style>
 span { border-color: #B85158; }

 span { border-color: rgb(184,81,88); }

 td.TdClassName
 {
   border-color: #B85158;
 }
 .TagClassName
 {
   border-color: #B85158;
 }
</style>