#B45253

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

Shades of Hippie Pink #B45253

Tints of Hippie Pink #B45253

Color information

#B45253 (or 0xB45253) is unknown color: approx Hippie Pink. HEX triplet: B4, 52 and 53. RGB value is (180,82,83). Sum of RGB (Red+Green+Blue) = 180+82+83=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B45253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45253 is #4BADAC. Grayscale: #6F6F6F. Windows color (decimal): -4959661 or 5460660. OLE color: 5460660.

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

Color convert

RGB1808283-
CMYK00.540.540.29
HSL359.39º39.52%51.37%-
HSV(B)359.39º54.44%70.59%-
XYZ23.416.3610.11-
YUV111.42111.97176.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=52.17%
G=23.77%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180828300.540.540.29359.3939.5251.37
HexB45253036361D1672833
Octal26412212306666355475063
Binary1011010010100101010011011011011011011101101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45253; }

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

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

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

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

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

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

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

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