#B94853

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

Shades of Hippie Pink #B94853

Tints of Hippie Pink #B94853

Color information

#B94853 (or 0xB94853) is unknown color: approx Hippie Pink. HEX triplet: B9, 48 and 53. RGB value is (185,72,83). Sum of RGB (Red+Green+Blue) = 185+72+83=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B94853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94853 is #46B7AC. Grayscale: #6B6B6B. Windows color (decimal): -4634541 or 5458105. OLE color: 5458105.

HSL color Cylindrical-coordinate representation of color #B94853: hue angle of 354.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B94853 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1857283-
CMYK00.610.550.27
HSL354.16º44.66%50.39%-
HSV(B)354.16º61.08%72.55%-
XYZ23.8915.579.93-
YUV107.04114.44183.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=54.41%
G=21.18%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185728300.610.550.27354.1644.6650.39
HexB9485303D371B1622d32
Octal27111012307567335425562
Binary1011100110010001010011011110111011111011101100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94853; }

 p { color: rgb(185,72,83); }

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

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

 a { background-color: rgb(185,72,83); }

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

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

 span { border-color: rgb(185,72,83); }

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