#B93F5C

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

Shades of Hippie Pink #B93F5C

Tints of Hippie Pink #B93F5C

Color information

#B93F5C (or 0xB93F5C) is unknown color: approx Hippie Pink. HEX triplet: B9, 3F and 5C. RGB value is (185,63,92). Sum of RGB (Red+Green+Blue) = 185+63+92=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F5C is #46C0A3. Grayscale: #666666. Windows color (decimal): -4636836 or 6045625. OLE color: 6045625.

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

Color convert

RGB1856392-
CMYK00.660.500.27
HSL345.74º49.19%48.63%-
HSV(B)345.74º65.95%72.55%-
XYZ23.7214.6411.7-
YUV102.78121.92186.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.41%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=54.41%
G=18.53%
B=27.06%

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
Decimal185639200.660.500.27345.7449.1948.63
HexB93F5C042321B15a3131
Octal27177134010262335326161
Binary1011100111111110111000100001011001011011101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F5C; }

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

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

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

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

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

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

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

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