#B94153

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

Shades of Hippie Pink #B94153

Tints of Hippie Pink #B94153

Color information

#B94153 (or 0xB94153) is unknown color: approx Hippie Pink. HEX triplet: B9, 41 and 53. RGB value is (185,65,83). Sum of RGB (Red+Green+Blue) = 185+65+83=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B94153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94153 is #46BEAC. Grayscale: #666666. Windows color (decimal): -4636333 or 5456313. OLE color: 5456313.

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

Color convert

RGB1856583-
CMYK00.650.550.27
HSL351º48%49.02%-
HSV(B)351º64.86%72.55%-
XYZ23.4614.729.79-
YUV102.93116.76186.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=55.56%
G=19.52%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185658300.650.550.273514849.02
HexB94153041371B15f3031
Octal271101123010167335376061
Binary10111001100000110100110100000111011111011101011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94153; }

 p { color: rgb(185,65,83); }

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

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

 a { background-color: rgb(185,65,83); }

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

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

 span { border-color: rgb(185,65,83); }

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