#B94E54

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

Shades of Hippie Pink #B94E54

Tints of Hippie Pink #B94E54

Color information

#B94E54 (or 0xB94E54) is unknown color: approx Hippie Pink. HEX triplet: B9, 4E and 54. RGB value is (185,78,84). Sum of RGB (Red+Green+Blue) = 185+78+84=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E54 is #46B1AB. Grayscale: #6E6E6E. Windows color (decimal): -4633004 or 5525177. OLE color: 5525177.

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

Color convert

RGB1857884-
CMYK00.580.550.27
HSL356.64º43.32%51.57%-
HSV(B)356.64º57.84%72.55%-
XYZ24.3316.410.27-
YUV110.68112.95181.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=53.31%
G=22.48%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185788400.580.550.27356.6443.3251.57
HexB94E5403A371B1652b34
Octal27111612407267335455364
Binary1011100110011101010100011101011011111011101100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E54; }

 p { color: rgb(185,78,84); }

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

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

 a { background-color: rgb(185,78,84); }

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

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

 span { border-color: rgb(185,78,84); }

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