#B4475A

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

Shades of Hippie Pink #B4475A

Tints of Hippie Pink #B4475A

Color information

#B4475A (or 0xB4475A) is unknown color: approx Hippie Pink. HEX triplet: B4, 47 and 5A. RGB value is (180,71,90). Sum of RGB (Red+Green+Blue) = 180+71+90=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4475A is #4BB8A5. Grayscale: #696969. Windows color (decimal): -4962470 or 5916596. OLE color: 5916596.

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

Color convert

RGB1807190-
CMYK00.610.500.29
HSL349.54º43.43%49.22%-
HSV(B)349.54º60.56%70.59%-
XYZ22.9214.9511.35-
YUV105.76119.11180.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=52.79%
G=20.82%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180719000.610.500.29349.5443.4349.22
HexB4475A03D321D15e2b31
Octal26410713207562355365361
Binary1011010010001111011010011110111001011101101011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4475A; }

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

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

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

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

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

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

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

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