#B85155

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

Shades of Hippie Pink #B85155

Tints of Hippie Pink #B85155

Color information

#B85155 (or 0xB85155) is unknown color: approx Hippie Pink. HEX triplet: B8, 51 and 55. RGB value is (184,81,85). Sum of RGB (Red+Green+Blue) = 184+81+85=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B85155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85155 is #47AEAA. Grayscale: #707070. Windows color (decimal): -4697771 or 5591480. OLE color: 5591480.

HSL color Cylindrical-coordinate representation of color #B85155: hue angle of 357.67º 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 #B85155 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB1848185-
CMYK00.560.540.28
HSL357.67º42.04%51.96%-
HSV(B)357.67º55.98%72.16%-
XYZ24.3516.7310.54-
YUV112.25112.62179.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=52.57%
G=23.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184818500.560.540.28357.6742.0451.96
HexB85155038361C1662a34
Octal27012112507066345465264
Binary1011100010100011010101011100011011011100101100110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85155; }

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

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

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

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

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

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

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

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