#B1525A

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

Shades of Hippie Pink #B1525A

Tints of Hippie Pink #B1525A

Color information

#B1525A (or 0xB1525A) is unknown color: approx Hippie Pink. HEX triplet: B1, 52 and 5A. RGB value is (177,82,90). Sum of RGB (Red+Green+Blue) = 177+82+90=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1525A is #4EADA5. Grayscale: #6F6F6F. Windows color (decimal): -5156262 or 5919409. OLE color: 5919409.

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

Color convert

RGB1778290-
CMYK00.540.490.31
HSL354.95º37.85%50.78%-
HSV(B)354.95º53.67%69.41%-
XYZ22.9916.1211.57-
YUV111.32115.97174.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=50.72%
G=23.50%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177829000.540.490.31354.9537.8550.78
HexB1525A036311F1632633
Octal26112213206661375434663
Binary1011000110100101011010011011011000111111101100011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1525A; }

 p { color: rgb(177,82,90); }

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

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

 a { background-color: rgb(177,82,90); }

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

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

 span { border-color: rgb(177,82,90); }

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