#B65657

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

Shades of Hippie Pink #B65657

Tints of Hippie Pink #B65657

Color information

#B65657 (or 0xB65657) is unknown color: approx Hippie Pink. HEX triplet: B6, 56 and 57. RGB value is (182,86,87). Sum of RGB (Red+Green+Blue) = 182+86+87=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B65657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65657 is #49A9A8. Grayscale: #727272. Windows color (decimal): -4827561 or 5723830. OLE color: 5723830.

HSL color Cylindrical-coordinate representation of color #B65657: hue angle of 359.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65657 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1828687-
CMYK00.530.520.29
HSL359.38º39.67%52.55%-
HSV(B)359.38º52.75%71.37%-
XYZ24.3417.2911.07-
YUV114.82112.3175.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=51.27%
G=24.23%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182868700.530.520.29359.3839.6752.55
HexB65657035341D1672835
Octal26612612706564355475065
Binary1011011010101101010111011010111010011101101100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65657; }

 p { color: rgb(182,86,87); }

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

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

 a { background-color: rgb(182,86,87); }

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

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

 span { border-color: rgb(182,86,87); }

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