#B0505A

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

Shades of Hippie Pink #B0505A

Tints of Hippie Pink #B0505A

Color information

#B0505A (or 0xB0505A) is unknown color: approx Hippie Pink. HEX triplet: B0, 50 and 5A. RGB value is (176,80,90). Sum of RGB (Red+Green+Blue) = 176+80+90=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B0505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0505A is #4FAFA5. Grayscale: #6D6D6D. Windows color (decimal): -5222310 or 5918896. OLE color: 5918896.

HSL color Cylindrical-coordinate representation of color #B0505A: hue angle of 353.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0505A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1768090-
CMYK00.550.490.31
HSL353.75º37.8%50.2%-
HSV(B)353.75º54.55%69.02%-
XYZ22.6215.7111.51-
YUV109.84116.8175.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=50.87%
G=23.12%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176809000.550.490.31353.7537.850.2
HexB0505A037311F1622632
Octal26012013206761375424662
Binary1011000010100001011010011011111000111111101100010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0505A; }

 p { color: rgb(176,80,90); }

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

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

 a { background-color: rgb(176,80,90); }

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

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

 span { border-color: rgb(176,80,90); }

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