#B93F5E

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

Shades of Hippie Pink #B93F5E

Tints of Hippie Pink #B93F5E

Color information

#B93F5E (or 0xB93F5E) is unknown color: approx Hippie Pink. HEX triplet: B9, 3F and 5E. RGB value is (185,63,94). Sum of RGB (Red+Green+Blue) = 185+63+94=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F5E is #46C0A1. Grayscale: #676767. Windows color (decimal): -4636834 or 6176697. OLE color: 6176697.

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

Color convert

RGB1856394-
CMYK00.660.490.27
HSL344.75º49.19%48.63%-
HSV(B)344.75º65.95%72.55%-
XYZ23.8114.6812.17-
YUV103.01122.92186.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.09%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=54.09%
G=18.42%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185639400.660.490.27344.7549.1948.63
HexB93F5E042311B1593131
Octal27177136010261335316161
Binary1011100111111110111100100001011000111011101011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F5E; }

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

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

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

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

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

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

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

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