#B4485E

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

Shades of Hippie Pink #B4485E

Tints of Hippie Pink #B4485E

Color information

#B4485E (or 0xB4485E) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 5E. RGB value is (180,72,94). Sum of RGB (Red+Green+Blue) = 180+72+94=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4485E is #4BB7A1. Grayscale: #6A6A6A. Windows color (decimal): -4962210 or 6178996. OLE color: 6178996.

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

Color convert

RGB1807294-
CMYK00.600.480.29
HSL347.78º42.86%49.41%-
HSV(B)347.78º60%70.59%-
XYZ23.1615.1512.29-
YUV106.8120.78180.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=52.02%
G=20.81%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180729400.600.480.29347.7842.8649.41
HexB4485E03C301D15c2b31
Octal26411013607460355345361
Binary1011010010010001011110011110011000011101101011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4485E; }

 p { color: rgb(180,72,94); }

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

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

 a { background-color: rgb(180,72,94); }

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

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

 span { border-color: rgb(180,72,94); }

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