#B0505C

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

Shades of Hippie Pink #B0505C

Tints of Hippie Pink #B0505C

Color information

#B0505C (or 0xB0505C) is unknown color: approx Hippie Pink. HEX triplet: B0, 50 and 5C. RGB value is (176,80,92). Sum of RGB (Red+Green+Blue) = 176+80+92=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0505C is #4FAFA3. Grayscale: #6E6E6E. Windows color (decimal): -5222308 or 6049968. OLE color: 6049968.

HSL color Cylindrical-coordinate representation of color #B0505C: hue angle of 352.5º 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 #B0505C is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1768092-
CMYK00.550.480.31
HSL352.5º37.8%50.2%-
HSV(B)352.5º54.55%69.02%-
XYZ22.715.7411.97-
YUV110.07117.8175.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=50.57%
G=22.99%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176809200.550.480.31352.537.850.2
HexB0505C037301F1602632
Octal26012013406760375404662
Binary1011000010100001011100011011111000011111101100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0505C; }

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

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

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

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

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

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

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

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