#B35657

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

Shades of Hippie Pink #B35657

Tints of Hippie Pink #B35657

Color information

#B35657 (or 0xB35657) is unknown color: approx Hippie Pink. HEX triplet: B3, 56 and 57. RGB value is (179,86,87). Sum of RGB (Red+Green+Blue) = 179+86+87=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B35657 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35657 is #4CA9A8. Grayscale: #727272. Windows color (decimal): -5024169 or 5723827. OLE color: 5723827.

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

Color convert

RGB1798687-
CMYK00.520.510.30
HSL359.35º37.96%51.96%-
HSV(B)359.35º51.96%70.2%-
XYZ23.6416.9311.04-
YUV113.92112.81174.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=50.85%
G=24.43%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179868700.520.510.30359.3537.9651.96
HexB35657034331E1672634
Octal26312612706463365474664
Binary1011001110101101010111011010011001111110101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35657; }

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

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

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

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

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

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

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

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