#B4505D

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

Shades of Hippie Pink #B4505D

Tints of Hippie Pink #B4505D

Color information

#B4505D (or 0xB4505D) is unknown color: approx Hippie Pink. HEX triplet: B4, 50 and 5D. RGB value is (180,80,93). Sum of RGB (Red+Green+Blue) = 180+80+93=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4505D is #4BAFA2. Grayscale: #6F6F6F. Windows color (decimal): -4960163 or 6115508. OLE color: 6115508.

HSL color Cylindrical-coordinate representation of color #B4505D: hue angle of 352.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4505D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1808093-
CMYK00.560.480.29
HSL352.2º40%50.98%-
HSV(B)352.2º55.56%70.59%-
XYZ23.6716.2312.24-
YUV111.38117.63176.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=50.99%
G=22.66%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180809300.560.480.29352.24050.98
HexB4505D038301D1602833
Octal26412013507060355405063
Binary1011010010100001011101011100011000011101101100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4505D; }

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

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

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

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

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

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

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

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