#B3555B

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

Shades of Hippie Pink #B3555B

Tints of Hippie Pink #B3555B

Color information

#B3555B (or 0xB3555B) is unknown color: approx Hippie Pink. HEX triplet: B3, 55 and 5B. RGB value is (179,85,91). Sum of RGB (Red+Green+Blue) = 179+85+91=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3555B is #4CAAA4. Grayscale: #717171. Windows color (decimal): -5024421 or 5985715. OLE color: 5985715.

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

Color convert

RGB1798591-
CMYK00.530.490.30
HSL356.17º38.21%51.76%-
HSV(B)356.17º52.51%70.2%-
XYZ23.7316.8411.9-
YUV113.79115.14174.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 91 (35.94% from 255) = 25.63%
R=50.42%
G=23.94%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179859100.530.490.30356.1738.2151.76
HexB3555B035311E1642634
Octal26312513306561365444664
Binary1011001110101011011011011010111000111110101100100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3555B; }

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

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

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

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

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

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

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

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