#B4485C

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

Shades of Hippie Pink #B4485C

Tints of Hippie Pink #B4485C

Color information

#B4485C (or 0xB4485C) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 5C. RGB value is (180,72,92). Sum of RGB (Red+Green+Blue) = 180+72+92=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B4485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4485C is #4BB7A3. Grayscale: #6A6A6A. Windows color (decimal): -4962212 or 6047924. OLE color: 6047924.

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

Color convert

RGB1807292-
CMYK00.600.490.29
HSL348.89º42.86%49.41%-
HSV(B)348.89º60%70.59%-
XYZ23.0715.1111.83-
YUV106.57119.78180.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=52.33%
G=20.93%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180729200.600.490.29348.8942.8649.41
HexB4485C03C311D15d2b31
Octal26411013407461355355361
Binary1011010010010001011100011110011000111101101011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4485C; }

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

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

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

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

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

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

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

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