#B94150

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

Shades of Hippie Pink #B94150

Tints of Hippie Pink #B94150

Color information

#B94150 (or 0xB94150) is unknown color: approx Hippie Pink. HEX triplet: B9, 41 and 50. RGB value is (185,65,80). Sum of RGB (Red+Green+Blue) = 185+65+80=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B94150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94150 is #46BEAF. Grayscale: #666666. Windows color (decimal): -4636336 or 5259705. OLE color: 5259705.

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

Color convert

RGB1856580-
CMYK00.650.570.27
HSL352.5º48%49.02%-
HSV(B)352.5º64.86%72.55%-
XYZ23.3514.679.19-
YUV102.59115.26186.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=56.06%
G=19.70%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185658000.650.570.27352.54849.02
HexB94150041391B1603031
Octal271101120010171335406061
Binary10111001100000110100000100000111100111011101100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94150; }

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

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

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

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

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

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

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

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