#B94A4E

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

Shades of Hippie Pink #B94A4E

Tints of Hippie Pink #B94A4E

Color information

#B94A4E (or 0xB94A4E) is unknown color: approx Hippie Pink. HEX triplet: B9, 4A and 4E. RGB value is (185,74,78). Sum of RGB (Red+Green+Blue) = 185+74+78=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A4E is #46B5B1. Grayscale: #6B6B6B. Windows color (decimal): -4634034 or 5130937. OLE color: 5130937.

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

Color convert

RGB1857478-
CMYK00.60.580.27
HSL357.84º44.22%50.78%-
HSV(B)357.84º60%72.55%-
XYZ23.8315.768.99-
YUV107.64111.27183.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=54.90%
G=21.96%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185747800.60.580.27357.8444.2250.78
HexB94A4E03C3A1B1662c33
Octal27111211607472335465463
Binary1011100110010101001110011110011101011011101100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A4E; }

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

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

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

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

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

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

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

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