#B94A4D

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

Shades of Hippie Pink #B94A4D

Tints of Hippie Pink #B94A4D

Color information

#B94A4D (or 0xB94A4D) is unknown color: approx Hippie Pink. HEX triplet: B9, 4A and 4D. RGB value is (185,74,77). Sum of RGB (Red+Green+Blue) = 185+74+77=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A4D is #46B5B2. Grayscale: #6B6B6B. Windows color (decimal): -4634035 or 5065401. OLE color: 5065401.

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

Color convert

RGB1857477-
CMYK00.60.580.27
HSL358.38º44.22%50.78%-
HSV(B)358.38º60%72.55%-
XYZ23.815.758.81-
YUV107.53110.77183.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.06%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=55.06%
G=22.02%
B=22.92%

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
Decimal185747700.60.580.27358.3844.2250.78
HexB94A4D03C3A1B1662c33
Octal27111211507472335465463
Binary1011100110010101001101011110011101011011101100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A4D; }

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

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

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

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

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

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

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

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