#B3525D

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

Shades of Hippie Pink #B3525D

Tints of Hippie Pink #B3525D

Color information

#B3525D (or 0xB3525D) is unknown color: approx Hippie Pink. HEX triplet: B3, 52 and 5D. RGB value is (179,82,93). Sum of RGB (Red+Green+Blue) = 179+82+93=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3525D is #4CADA2. Grayscale: #707070. Windows color (decimal): -5025187 or 6116019. OLE color: 6116019.

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

Color convert

RGB1798293-
CMYK00.540.480.30
HSL353.2º38.96%51.18%-
HSV(B)353.2º54.19%70.2%-
XYZ23.5816.4112.28-
YUV112.26117.14175.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=50.56%
G=23.16%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179829300.540.480.30353.238.9651.18
HexB3525D036301E1612733
Octal26312213506660365414763
Binary1011001110100101011101011011011000011110101100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3525D; }

 p { color: rgb(179,82,93); }

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

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

 a { background-color: rgb(179,82,93); }

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

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

 span { border-color: rgb(179,82,93); }

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