#B35455

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

Shades of Hippie Pink #B35455

Tints of Hippie Pink #B35455

Color information

#B35455 (or 0xB35455) is unknown color: approx Hippie Pink. HEX triplet: B3, 54 and 55. RGB value is (179,84,85). Sum of RGB (Red+Green+Blue) = 179+84+85=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B35455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35455 is #4CABAA. Grayscale: #707070. Windows color (decimal): -5024683 or 5592243. OLE color: 5592243.

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

Color convert

RGB1798485-
CMYK00.530.530.30
HSL359.37º38.46%51.57%-
HSV(B)359.37º53.07%70.2%-
XYZ23.416.5810.56-
YUV112.52112.47175.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=51.44%
G=24.14%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179848500.530.530.30359.3738.4651.57
HexB35455035351E1672634
Octal26312412506565365474664
Binary1011001110101001010101011010111010111110101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35455; }

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

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

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

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

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

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

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

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