#B4505C

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

Shades of Hippie Pink #B4505C

Tints of Hippie Pink #B4505C

Color information

#B4505C (or 0xB4505C) is unknown color: approx Hippie Pink. HEX triplet: B4, 50 and 5C. RGB value is (180,80,92). Sum of RGB (Red+Green+Blue) = 180+80+92=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B4505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4505C is #4BAFA3. Grayscale: #6F6F6F. Windows color (decimal): -4960164 or 6049972. OLE color: 6049972.

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

Color convert

RGB1808092-
CMYK00.560.490.29
HSL352.8º40%50.98%-
HSV(B)352.8º55.56%70.59%-
XYZ23.6216.2112.01-
YUV111.27117.13177.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=51.14%
G=22.73%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180809200.560.490.29352.84050.98
HexB4505C038311D1612833
Octal26412013407061355415063
Binary1011010010100001011100011100011000111101101100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4505C; }

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

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

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

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

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

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

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

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