#B94953

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

Shades of Hippie Pink #B94953

Tints of Hippie Pink #B94953

Color information

#B94953 (or 0xB94953) is unknown color: approx Hippie Pink. HEX triplet: B9, 49 and 53. RGB value is (185,73,83). Sum of RGB (Red+Green+Blue) = 185+73+83=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B94953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94953 is #46B6AC. Grayscale: #6B6B6B. Windows color (decimal): -4634285 or 5458361. OLE color: 5458361.

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

Color convert

RGB1857383-
CMYK00.610.550.27
HSL354.64º44.44%50.59%-
HSV(B)354.64º60.54%72.55%-
XYZ23.9515.79.95-
YUV107.63114.11183.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=54.25%
G=21.41%
B=24.34%

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
Decimal185738300.610.550.27354.6444.4450.59
HexB9495303D371B1632c33
Octal27111112307567335435463
Binary1011100110010011010011011110111011111011101100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94953; }

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

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

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

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

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

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

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

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