#B94C52

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

Shades of Hippie Pink #B94C52

Tints of Hippie Pink #B94C52

Color information

#B94C52 (or 0xB94C52) is unknown color: approx Hippie Pink. HEX triplet: B9, 4C and 52. RGB value is (185,76,82). Sum of RGB (Red+Green+Blue) = 185+76+82=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C52 is #46B3AD. Grayscale: #6D6D6D. Windows color (decimal): -4633518 or 5393593. OLE color: 5393593.

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

Color convert

RGB1857682-
CMYK00.590.560.27
HSL356.7º43.78%51.18%-
HSV(B)356.7º58.92%72.55%-
XYZ24.1216.099.82-
YUV109.28112.61182.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=53.94%
G=22.16%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185768200.590.560.27356.743.7851.18
HexB94C5203B381B1652c33
Octal27111412207370335455463
Binary1011100110011001010010011101111100011011101100101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C52; }

 p { color: rgb(185,76,82); }

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

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

 a { background-color: rgb(185,76,82); }

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

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

 span { border-color: rgb(185,76,82); }

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