#B94A57

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

Shades of Hippie Pink #B94A57

Tints of Hippie Pink #B94A57

Color information

#B94A57 (or 0xB94A57) is unknown color: approx Hippie Pink. HEX triplet: B9, 4A and 57. RGB value is (185,74,87). Sum of RGB (Red+Green+Blue) = 185+74+87=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A57 is #46B5A8. Grayscale: #6C6C6C. Windows color (decimal): -4634025 or 5720761. OLE color: 5720761.

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

Color convert

RGB1857487-
CMYK00.60.530.27
HSL352.97º44.22%50.78%-
HSV(B)352.97º60%72.55%-
XYZ24.1815.910.81-
YUV108.67115.77182.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.47%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=53.47%
G=21.39%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185748700.60.530.27352.9744.2250.78
HexB94A5703C351B1612c33
Octal27111212707465335415463
Binary1011100110010101010111011110011010111011101100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A57; }

 p { color: rgb(185,74,87); }

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

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

 a { background-color: rgb(185,74,87); }

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

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

 span { border-color: rgb(185,74,87); }

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