#B35558

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

Shades of Hippie Pink #B35558

Tints of Hippie Pink #B35558

Color information

#B35558 (or 0xB35558) is unknown color: approx Hippie Pink. HEX triplet: B3, 55 and 58. RGB value is (179,85,88). Sum of RGB (Red+Green+Blue) = 179+85+88=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B35558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35558 is #4CAAA7. Grayscale: #717171. Windows color (decimal): -5024424 or 5789107. OLE color: 5789107.

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

Color convert

RGB1798588-
CMYK00.530.510.30
HSL358.09º38.21%51.76%-
HSV(B)358.09º52.51%70.2%-
XYZ23.616.7911.23-
YUV113.45113.64174.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.85%
GREEN value IS 85 (33.59% from 255) = 24.15%
BLUE value IS 88 (34.77% from 255) = 25%
R=50.85%
G=24.15%
B=25%

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
Decimal179858800.530.510.30358.0938.2151.76
HexB35558035331E1662634
Octal26312513006563365464664
Binary1011001110101011011000011010111001111110101100110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35558; }

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

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

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

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

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

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

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

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