#B94D59

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

Shades of Hippie Pink #B94D59

Tints of Hippie Pink #B94D59

Color information

#B94D59 (or 0xB94D59) is unknown color: approx Hippie Pink. HEX triplet: B9, 4D and 59. RGB value is (185,77,89). Sum of RGB (Red+Green+Blue) = 185+77+89=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D59 is #46B2A6. Grayscale: #6E6E6E. Windows color (decimal): -4633255 or 5852601. OLE color: 5852601.

HSL color Cylindrical-coordinate representation of color #B94D59: hue angle of 353.33º 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 #B94D59 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1857789-
CMYK00.580.520.27
HSL353.33º43.55%51.37%-
HSV(B)353.33º58.38%72.55%-
XYZ24.4616.3411.32-
YUV110.66115.78181.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 89 (35.16% from 255) = 25.36%
R=52.71%
G=21.94%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185778900.580.520.27353.3343.5551.37
HexB94D5903A341B1612c33
Octal27111513107264335415463
Binary1011100110011011011001011101011010011011101100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D59; }

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

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

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

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

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

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

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

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