#B1525C

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

Shades of Hippie Pink #B1525C

Tints of Hippie Pink #B1525C

Color information

#B1525C (or 0xB1525C) is unknown color: approx Hippie Pink. HEX triplet: B1, 52 and 5C. RGB value is (177,82,92). Sum of RGB (Red+Green+Blue) = 177+82+92=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1525C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1525C is #4EADA3. Grayscale: #6F6F6F. Windows color (decimal): -5156260 or 6050481. OLE color: 6050481.

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

Color convert

RGB1778292-
CMYK00.540.480.31
HSL353.68º37.85%50.78%-
HSV(B)353.68º53.67%69.41%-
XYZ23.0816.1512.03-
YUV111.54116.97174.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=50.43%
G=23.36%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177829200.540.480.31353.6837.8550.78
HexB1525C036301F1622633
Octal26112213406660375424663
Binary1011000110100101011100011011011000011111101100010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1525C; }

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

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

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

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

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

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

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

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