#B4485A

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

Shades of Hippie Pink #B4485A

Tints of Hippie Pink #B4485A

Color information

#B4485A (or 0xB4485A) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 5A. RGB value is (180,72,90). Sum of RGB (Red+Green+Blue) = 180+72+90=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4485A is #4BB7A5. Grayscale: #6A6A6A. Windows color (decimal): -4962214 or 5916852. OLE color: 5916852.

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

Color convert

RGB1807290-
CMYK00.600.500.29
HSL350º42.86%49.41%-
HSV(B)350º60%70.59%-
XYZ22.9915.0811.37-
YUV106.34118.78180.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180729000.600.500.2935042.8649.41
HexB4485A03C321D15e2b31
Octal26411013207462355365361
Binary1011010010010001011010011110011001011101101011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4485A; }

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

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

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

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

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

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

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

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