#B4505B

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

Shades of Hippie Pink #B4505B

Tints of Hippie Pink #B4505B

Color information

#B4505B (or 0xB4505B) is unknown color: approx Hippie Pink. HEX triplet: B4, 50 and 5B. RGB value is (180,80,91). Sum of RGB (Red+Green+Blue) = 180+80+91=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B4505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4505B is #4BAFA4. Grayscale: #6F6F6F. Windows color (decimal): -4960165 or 5984436. OLE color: 5984436.

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

Color convert

RGB1808091-
CMYK00.560.490.29
HSL353.4º40%50.98%-
HSV(B)353.4º55.56%70.59%-
XYZ23.5816.211.78-
YUV111.15116.63177.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.28%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=51.28%
G=22.79%
B=25.93%

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
Decimal180809100.560.490.29353.44050.98
HexB4505B038311D1612833
Octal26412013307061355415063
Binary1011010010100001011011011100011000111101101100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4505B; }

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

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

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

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

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

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

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

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