#B35759

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

Shades of Hippie Pink #B35759

Tints of Hippie Pink #B35759

Color information

#B35759 (or 0xB35759) is unknown color: approx Hippie Pink. HEX triplet: B3, 57 and 59. RGB value is (179,87,89). Sum of RGB (Red+Green+Blue) = 179+87+89=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B35759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35759 is #4CA8A6. Grayscale: #727272. Windows color (decimal): -5023911 or 5855155. OLE color: 5855155.

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

Color convert

RGB1798789-
CMYK00.510.500.30
HSL358.7º37.7%52.16%-
HSV(B)358.7º51.4%70.2%-
XYZ23.817.1211.5-
YUV114.74113.48173.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=50.42%
G=24.51%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179878900.510.500.30358.737.752.16
HexB35759033321E1672634
Octal26312713106362365474664
Binary1011001110101111011001011001111001011110101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35759; }

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

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

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

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

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

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

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

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