#B4485D

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

Shades of Hippie Pink #B4485D

Tints of Hippie Pink #B4485D

Color information

#B4485D (or 0xB4485D) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 5D. RGB value is (180,72,93). Sum of RGB (Red+Green+Blue) = 180+72+93=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4485D is #4BB7A2. Grayscale: #6A6A6A. Windows color (decimal): -4962211 or 6113460. OLE color: 6113460.

HSL color Cylindrical-coordinate representation of color #B4485D: hue angle of 348.33º 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 #B4485D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1807293-
CMYK00.600.480.29
HSL348.33º42.86%49.41%-
HSV(B)348.33º60%70.59%-
XYZ23.1215.1312.06-
YUV106.69120.28180.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=52.17%
G=20.87%
B=26.96%

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
Decimal180729300.600.480.29348.3342.8649.41
HexB4485D03C301D15c2b31
Octal26411013507460355345361
Binary1011010010010001011101011110011000011101101011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4485D; }

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

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

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

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

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

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

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

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