#B93F59

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

Shades of Hippie Pink #B93F59

Tints of Hippie Pink #B93F59

Color information

#B93F59 (or 0xB93F59) is unknown color: approx Hippie Pink. HEX triplet: B9, 3F and 59. RGB value is (185,63,89). Sum of RGB (Red+Green+Blue) = 185+63+89=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F59 is #46C0A6. Grayscale: #666666. Windows color (decimal): -4636839 or 5849017. OLE color: 5849017.

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

Color convert

RGB1856389-
CMYK00.660.520.27
HSL347.21º49.19%48.63%-
HSV(B)347.21º65.95%72.55%-
XYZ23.5914.5911.02-
YUV102.44120.42186.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=54.90%
G=18.69%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185638900.660.520.27347.2149.1948.63
HexB93F59042341B15b3131
Octal27177131010264335336161
Binary1011100111111110110010100001011010011011101011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F59; }

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

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

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

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

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

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

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

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