#B94D57

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

Shades of Hippie Pink #B94D57

Tints of Hippie Pink #B94D57

Color information

#B94D57 (or 0xB94D57) is unknown color: approx Hippie Pink. HEX triplet: B9, 4D and 57. RGB value is (185,77,87). Sum of RGB (Red+Green+Blue) = 185+77+87=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D57 is #46B2A8. Grayscale: #6E6E6E. Windows color (decimal): -4633257 or 5721529. OLE color: 5721529.

HSL color Cylindrical-coordinate representation of color #B94D57: hue angle of 354.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D57 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1857787-
CMYK00.580.530.27
HSL354.44º43.55%51.37%-
HSV(B)354.44º58.38%72.55%-
XYZ24.3816.3110.88-
YUV110.43114.78181.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=53.01%
G=22.06%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185778700.580.530.27354.4443.5551.37
HexB94D5703A351B1622c33
Octal27111512707265335425463
Binary1011100110011011010111011101011010111011101100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D57; }

 p { color: rgb(185,77,87); }

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

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

 a { background-color: rgb(185,77,87); }

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

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

 span { border-color: rgb(185,77,87); }

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