#B2545D

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

Shades of Hippie Pink #B2545D

Tints of Hippie Pink #B2545D

Color information

#B2545D (or 0xB2545D) is unknown color: approx Hippie Pink. HEX triplet: B2, 54 and 5D. RGB value is (178,84,93). Sum of RGB (Red+Green+Blue) = 178+84+93=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2545D is #4DABA2. Grayscale: #717171. Windows color (decimal): -5090211 or 6116530. OLE color: 6116530.

HSL color Cylindrical-coordinate representation of color #B2545D: hue angle of 354.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2545D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1788493-
CMYK00.530.480.30
HSL354.26º37.9%51.37%-
HSV(B)354.26º52.81%69.8%-
XYZ23.5116.612.32-
YUV113.13116.64174.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=50.14%
G=23.66%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178849300.530.480.30354.2637.951.37
HexB2545D035301E1622633
Octal26212413506560365424663
Binary1011001010101001011101011010111000011110101100010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2545D; }

 p { color: rgb(178,84,93); }

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

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

 a { background-color: rgb(178,84,93); }

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

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

 span { border-color: rgb(178,84,93); }

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