#B93C59

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

Shades of Hippie Pink #B93C59

Tints of Hippie Pink #B93C59

Color information

#B93C59 (or 0xB93C59) is unknown color: approx Hippie Pink. HEX triplet: B9, 3C and 59. RGB value is (185,60,89). Sum of RGB (Red+Green+Blue) = 185+60+89=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C59 is #46C3A6. Grayscale: #646464. Windows color (decimal): -4637607 or 5848249. OLE color: 5848249.

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

Color convert

RGB1856089-
CMYK00.680.520.27
HSL346.08º51.02%48.04%-
HSV(B)346.08º67.57%72.55%-
XYZ23.4314.2710.97-
YUV100.68121.41188.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.39%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=55.39%
G=17.96%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185608900.680.520.27346.0851.0248.04
HexB93C59044341B15a3330
Octal27174131010464335326360
Binary1011100111110010110010100010011010011011101011010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93C59; }

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

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

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

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

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

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

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

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