#B94950

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

Shades of Hippie Pink #B94950

Tints of Hippie Pink #B94950

Color information

#B94950 (or 0xB94950) is unknown color: approx Hippie Pink. HEX triplet: B9, 49 and 50. RGB value is (185,73,80). Sum of RGB (Red+Green+Blue) = 185+73+80=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B94950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94950 is #46B6AF. Grayscale: #6B6B6B. Windows color (decimal): -4634288 or 5261753. OLE color: 5261753.

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

Color convert

RGB1857380-
CMYK00.610.570.27
HSL356.25º44.44%50.59%-
HSV(B)356.25º60.54%72.55%-
XYZ23.8415.669.36-
YUV107.29112.61183.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=54.73%
G=21.60%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185738000.610.570.27356.2544.4450.59
HexB9495003D391B1642c33
Octal27111112007571335445463
Binary1011100110010011010000011110111100111011101100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94950; }

 p { color: rgb(185,73,80); }

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

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

 a { background-color: rgb(185,73,80); }

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

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

 span { border-color: rgb(185,73,80); }

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