#B35859

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

Shades of Hippie Pink #B35859

Tints of Hippie Pink #B35859

Color information

#B35859 (or 0xB35859) is unknown color: approx Hippie Pink. HEX triplet: B3, 58 and 59. RGB value is (179,88,89). Sum of RGB (Red+Green+Blue) = 179+88+89=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B35859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35859 is #4CA7A6. Grayscale: #737373. Windows color (decimal): -5023655 or 5855411. OLE color: 5855411.

HSL color Cylindrical-coordinate representation of color #B35859: hue angle of 359.34º degrees, saturation: 0.37, 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 #B35859 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB1798889-
CMYK00.510.500.30
HSL359.34º37.45%52.35%-
HSV(B)359.34º50.84%70.2%-
XYZ23.8817.2811.53-
YUV115.32113.15173.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 89 (35.16% from 255) = 25%
R=50.28%
G=24.72%
B=25%

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
Decimal179888900.510.500.30359.3437.4552.35
HexB35859033321E1672534
Octal26313013106362365474564
Binary1011001110110001011001011001111001011110101100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35859; }

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

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

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

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

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

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

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

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