#B35057

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

Shades of Hippie Pink #B35057

Tints of Hippie Pink #B35057

Color information

#B35057 (or 0xB35057) is unknown color: approx Hippie Pink. HEX triplet: B3, 50 and 57. RGB value is (179,80,87). Sum of RGB (Red+Green+Blue) = 179+80+87=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B35057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35057 is #4CAFA8. Grayscale: #6E6E6E. Windows color (decimal): -5025705 or 5722291. OLE color: 5722291.

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

Color convert

RGB1798087-
CMYK00.550.510.30
HSL355.76º39.44%50.78%-
HSV(B)355.76º55.31%70.2%-
XYZ23.1816.0110.89-
YUV110.4114.8176.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=51.73%
G=23.12%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179808700.550.510.30355.7639.4450.78
HexB35057037331E1642733
Octal26312012706763365444763
Binary1011001110100001010111011011111001111110101100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35057; }

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

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

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

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

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

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

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

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