#B94C5A

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

Shades of Hippie Pink #B94C5A

Tints of Hippie Pink #B94C5A

Color information

#B94C5A (or 0xB94C5A) is unknown color: approx Hippie Pink. HEX triplet: B9, 4C and 5A. RGB value is (185,76,90). Sum of RGB (Red+Green+Blue) = 185+76+90=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C5A is #46B3A5. Grayscale: #6E6E6E. Windows color (decimal): -4633510 or 5917881. OLE color: 5917881.

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

Color convert

RGB1857690-
CMYK00.590.510.27
HSL352.29º43.78%51.18%-
HSV(B)352.29º58.92%72.55%-
XYZ24.4416.2211.52-
YUV110.19116.61181.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=52.71%
G=21.65%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185769000.590.510.27352.2943.7851.18
HexB94C5A03B331B1602c33
Octal27111413207363335405463
Binary1011100110011001011010011101111001111011101100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C5A; }

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

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

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

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

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

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

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

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