#b93e5c

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

Shades of Hippie Pink #B93E5C

Tints of Hippie Pink #B93E5C

Color information

#B93E5C (or 0xB93E5C) is unknown color: approx Hippie Pink. HEX triplet: B9, 3E and 5C. RGB value is (185,62,92). Sum of RGB (Red+Green+Blue) = 185+62+92=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93E5C is #46C1A3. Grayscale: #666666. Windows color (decimal): -4637092 or 6045369. OLE color: 6045369.

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

Color convert

RGB1856292-
CMYK00.660.500.27
HSL345.37º49.8%48.43%-
HSV(B)345.37º66.49%72.55%-
XYZ23.6614.5311.68-
YUV102.2122.25187.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 92 (36.33% from 255) = 27.14%
R=54.57%
G=18.29%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185629200.660.500.27345.3749.848.43
HexB93E5C042321B1593230
Octal27176134010262335316260
Binary1011100111111010111000100001011001011011101011001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93e5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93e5c; }

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

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

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

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

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

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

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

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