#B4525B

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

Shades of Hippie Pink #B4525B

Tints of Hippie Pink #B4525B

Color information

#B4525B (or 0xB4525B) is unknown color: approx Hippie Pink. HEX triplet: B4, 52 and 5B. RGB value is (180,82,91). Sum of RGB (Red+Green+Blue) = 180+82+91=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B4525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4525B is #4BADA4. Grayscale: #707070. Windows color (decimal): -4959653 or 5984948. OLE color: 5984948.

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

Color convert

RGB1808291-
CMYK00.540.490.29
HSL354.49º39.52%51.37%-
HSV(B)354.49º54.44%70.59%-
XYZ23.7316.4911.83-
YUV112.33115.97176.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=50.99%
G=23.23%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180829100.540.490.29354.4939.5251.37
HexB4525B036311D1622833
Octal26412213306661355425063
Binary1011010010100101011011011011011000111101101100010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4525B; }

 p { color: rgb(180,82,91); }

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

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

 a { background-color: rgb(180,82,91); }

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

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

 span { border-color: rgb(180,82,91); }

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