#B94654

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

Shades of Hippie Pink #B94654

Tints of Hippie Pink #B94654

Color information

#B94654 (or 0xB94654) is unknown color: approx Hippie Pink. HEX triplet: B9, 46 and 54. RGB value is (185,70,84). Sum of RGB (Red+Green+Blue) = 185+70+84=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B94654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94654 is #46B9AB. Grayscale: #6A6A6A. Windows color (decimal): -4635052 or 5523129. OLE color: 5523129.

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

Color convert

RGB1857084-
CMYK00.620.550.27
HSL352.7º45.1%50%-
HSV(B)352.7º62.16%72.55%-
XYZ23.815.3310.09-
YUV105.98115.6184.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=54.57%
G=20.65%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185708400.620.550.27352.745.150
HexB9465403E371B1612d32
Octal27110612407667335415562
Binary1011100110001101010100011111011011111011101100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94654; }

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

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

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

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

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

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

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

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