#B35557

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

Shades of Hippie Pink #B35557

Tints of Hippie Pink #B35557

Color information

#B35557 (or 0xB35557) is unknown color: approx Hippie Pink. HEX triplet: B3, 55 and 57. RGB value is (179,85,87). Sum of RGB (Red+Green+Blue) = 179+85+87=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B35557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35557 is #4CAAA8. Grayscale: #717171. Windows color (decimal): -5024425 or 5723571. OLE color: 5723571.

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

Color convert

RGB1798587-
CMYK00.530.510.30
HSL358.72º38.21%51.76%-
HSV(B)358.72º52.51%70.2%-
XYZ23.5616.7711.01-
YUV113.33113.14174.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=51.00%
G=24.22%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179858700.530.510.30358.7238.2151.76
HexB35557035331E1672634
Octal26312512706563365474664
Binary1011001110101011010111011010111001111110101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35557; }

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

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

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

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

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

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

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

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