#B3484E

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

Shades of Hippie Pink #B3484E

Tints of Hippie Pink #B3484E

Color information

#B3484E (or 0xB3484E) is unknown color: approx Hippie Pink. HEX triplet: B3, 48 and 4E. RGB value is (179,72,78). Sum of RGB (Red+Green+Blue) = 179+72+78=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3484E is #4CB7B1. Grayscale: #686868. Windows color (decimal): -5027762 or 5130419. OLE color: 5130419.

HSL color Cylindrical-coordinate representation of color #B3484E: hue angle of 356.64º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3484E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1797278-
CMYK00.600.560.30
HSL356.64º42.63%49.22%-
HSV(B)356.64º59.78%70.2%-
XYZ22.2814.778.88-
YUV104.68112.95181.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=54.41%
G=21.88%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179727800.600.560.30356.6442.6349.22
HexB3484E03C381E1652b31
Octal26311011607470365455361
Binary1011001110010001001110011110011100011110101100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3484E; }

 p { color: rgb(179,72,78); }

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

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

 a { background-color: rgb(179,72,78); }

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

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

 span { border-color: rgb(179,72,78); }

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