#B93D5A

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

Shades of Hippie Pink #B93D5A

Tints of Hippie Pink #B93D5A

Color information

#B93D5A (or 0xB93D5A) is unknown color: approx Hippie Pink. HEX triplet: B9, 3D and 5A. RGB value is (185,61,90). Sum of RGB (Red+Green+Blue) = 185+61+90=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D5A is #46C2A5. Grayscale: #656565. Windows color (decimal): -4637350 or 5914041. OLE color: 5914041.

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

Color convert

RGB1856190-
CMYK00.670.510.27
HSL345.97º50.41%48.24%-
HSV(B)345.97º67.03%72.55%-
XYZ23.5214.3911.21-
YUV101.38121.58187.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=55.06%
G=18.15%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185619000.670.510.27345.9750.4148.24
HexB93D5A043331B15a3230
Octal27175132010363335326260
Binary1011100111110110110100100001111001111011101011010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D5A; }

 p { color: rgb(185,61,90); }

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

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

 a { background-color: rgb(185,61,90); }

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

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

 span { border-color: rgb(185,61,90); }

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