#B94A5B

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

Shades of Hippie Pink #B94A5B

Tints of Hippie Pink #B94A5B

Color information

#B94A5B (or 0xB94A5B) is unknown color: approx Hippie Pink. HEX triplet: B9, 4A and 5B. RGB value is (185,74,91). Sum of RGB (Red+Green+Blue) = 185+74+91=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A5B is #46B5A4. Grayscale: #6D6D6D. Windows color (decimal): -4634021 or 5982905. OLE color: 5982905.

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

Color convert

RGB1857491-
CMYK00.60.510.27
HSL350.81º44.22%50.78%-
HSV(B)350.81º60%72.55%-
XYZ24.3415.9711.7-
YUV109.13117.77182.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 91 (35.94% from 255) = 26%
R=52.86%
G=21.14%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185749100.60.510.27350.8144.2250.78
HexB94A5B03C331B15f2c33
Octal27111213307463335375463
Binary1011100110010101011011011110011001111011101011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A5B; }

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

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

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

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

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

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

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

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