#B94157

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

Shades of Hippie Pink #B94157

Tints of Hippie Pink #B94157

Color information

#B94157 (or 0xB94157) is unknown color: approx Hippie Pink. HEX triplet: B9, 41 and 57. RGB value is (185,65,87). Sum of RGB (Red+Green+Blue) = 185+65+87=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B94157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94157 is #46BEA8. Grayscale: #676767. Windows color (decimal): -4636329 or 5718457. OLE color: 5718457.

HSL color Cylindrical-coordinate representation of color #B94157: hue angle of 349º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94157 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1856587-
CMYK00.650.530.27
HSL349º48%49.02%-
HSV(B)349º64.86%72.55%-
XYZ23.6214.7810.63-
YUV103.39118.76186.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=54.90%
G=19.29%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185658700.650.530.273494849.02
HexB94157041351B15d3031
Octal271101127010165335356061
Binary10111001100000110101110100000111010111011101011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94157; }

 p { color: rgb(185,65,87); }

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

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

 a { background-color: rgb(185,65,87); }

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

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

 span { border-color: rgb(185,65,87); }

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