#B05A5B

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

Shades of Hippie Pink #B05A5B

Tints of Hippie Pink #B05A5B

Color information

#B05A5B (or 0xB05A5B) is unknown color: approx Hippie Pink. HEX triplet: B0, 5A and 5B. RGB value is (176,90,91). Sum of RGB (Red+Green+Blue) = 176+90+91=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A5B is #4FA5A4. Grayscale: #737373. Windows color (decimal): -5219749 or 5986992. OLE color: 5986992.

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

Color convert

RGB1769091-
CMYK00.490.480.31
HSL359.3º35.25%52.16%-
HSV(B)359.3º48.86%69.02%-
XYZ23.4517.312-
YUV115.83113.99170.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=49.30%
G=25.21%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176909100.490.480.31359.335.2552.16
HexB05A5B031301F1672334
Octal26013213306160375474364
Binary1011000010110101011011011000111000011111101100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A5B; }

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

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

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

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

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

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

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

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