#B1525E

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

Shades of Hippie Pink #B1525E

Tints of Hippie Pink #B1525E

Color information

#B1525E (or 0xB1525E) is unknown color: approx Hippie Pink. HEX triplet: B1, 52 and 5E. RGB value is (177,82,94). Sum of RGB (Red+Green+Blue) = 177+82+94=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1525E is #4EADA1. Grayscale: #6F6F6F. Windows color (decimal): -5156258 or 6181553. OLE color: 6181553.

HSL color Cylindrical-coordinate representation of color #B1525E: hue angle of 352.42º 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 #B1525E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1778294-
CMYK00.540.470.31
HSL352.42º37.85%50.78%-
HSV(B)352.42º53.67%69.41%-
XYZ23.1716.1912.49-
YUV111.77117.97174.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=50.14%
G=23.23%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177829400.540.470.31352.4237.8550.78
HexB1525E0362F1F1602633
Octal26112213606657375404663
Binary1011000110100101011110011011010111111111101100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1525E; }

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

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

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

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

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

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

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

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