#B93E56

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

Shades of Hippie Pink #B93E56

Tints of Hippie Pink #B93E56

Color information

#B93E56 (or 0xB93E56) is unknown color: approx Hippie Pink. HEX triplet: B9, 3E and 56. RGB value is (185,62,86). Sum of RGB (Red+Green+Blue) = 185+62+86=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E56 is #46C1A9. Grayscale: #656565. Windows color (decimal): -4637098 or 5652153. OLE color: 5652153.

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

Color convert

RGB1856286-
CMYK00.660.540.27
HSL348.29º49.8%48.43%-
HSV(B)348.29º66.49%72.55%-
XYZ23.4114.4310.36-
YUV101.51119.25187.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 62 (24.61% from 255) = 18.62%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=55.56%
G=18.62%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185628600.660.540.27348.2949.848.43
HexB93E56042361B15c3230
Octal27176126010266335346260
Binary1011100111111010101100100001011011011011101011100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E56; }

 p { color: rgb(185,62,86); }

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

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

 a { background-color: rgb(185,62,86); }

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

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

 span { border-color: rgb(185,62,86); }

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