#B0525D

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

Shades of Hippie Pink #B0525D

Tints of Hippie Pink #B0525D

Color information

#B0525D (or 0xB0525D) is unknown color: approx Hippie Pink. HEX triplet: B0, 52 and 5D. RGB value is (176,82,93). Sum of RGB (Red+Green+Blue) = 176+82+93=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0525D is #4FADA2. Grayscale: #6F6F6F. Windows color (decimal): -5221795 or 6116016. OLE color: 6116016.

HSL color Cylindrical-coordinate representation of color #B0525D: hue angle of 352.98º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0525D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1768293-
CMYK00.530.470.31
HSL352.98º37.3%50.59%-
HSV(B)352.98º53.41%69.02%-
XYZ22.916.0612.25-
YUV111.36117.64174.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=50.14%
G=23.36%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176829300.530.470.31352.9837.350.59
HexB0525D0352F1F1612533
Octal26012213506557375414563
Binary1011000010100101011101011010110111111111101100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0525D; }

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

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

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

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

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

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

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

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