#B35157

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

Shades of Hippie Pink #B35157

Tints of Hippie Pink #B35157

Color information

#B35157 (or 0xB35157) is unknown color: approx Hippie Pink. HEX triplet: B3, 51 and 57. RGB value is (179,81,87). Sum of RGB (Red+Green+Blue) = 179+81+87=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B35157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35157 is #4CAEA8. Grayscale: #6F6F6F. Windows color (decimal): -5025449 or 5722547. OLE color: 5722547.

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

Color convert

RGB1798187-
CMYK00.550.510.30
HSL356.33º39.2%50.98%-
HSV(B)356.33º54.75%70.2%-
XYZ23.2516.1610.91-
YUV110.99114.47176.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=51.59%
G=23.34%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179818700.550.510.30356.3339.250.98
HexB35157037331E1642733
Octal26312112706763365444763
Binary1011001110100011010111011011111001111110101100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35157; }

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

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

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

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

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

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

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

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