#B05557

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

Shades of Hippie Pink #B05557

Tints of Hippie Pink #B05557

Color information

#B05557 (or 0xB05557) is unknown color: approx Hippie Pink. HEX triplet: B0, 55 and 57. RGB value is (176,85,87). Sum of RGB (Red+Green+Blue) = 176+85+87=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05557 is #4FAAA8. Grayscale: #707070. Windows color (decimal): -5221033 or 5723568. OLE color: 5723568.

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

Color convert

RGB1768587-
CMYK00.520.510.31
HSL358.68º36.55%51.18%-
HSV(B)358.68º51.7%69.02%-
XYZ22.8716.4210.98-
YUV112.44113.65173.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 87 (34.38% from 255) = 25%
R=50.57%
G=24.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176858700.520.510.31358.6836.5551.18
HexB05557034331F1672533
Octal26012512706463375474563
Binary1011000010101011010111011010011001111111101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05557; }

 p { color: rgb(176,85,87); }

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

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

 a { background-color: rgb(176,85,87); }

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

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

 span { border-color: rgb(176,85,87); }

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