#B54250

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

Shades of Hippie Pink #B54250

Tints of Hippie Pink #B54250

Color information

#B54250 (or 0xB54250) is unknown color: approx Hippie Pink. HEX triplet: B5, 42 and 50. RGB value is (181,66,80). Sum of RGB (Red+Green+Blue) = 181+66+80=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B54250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54250 is #4ABDAF. Grayscale: #666666. Windows color (decimal): -4898224 or 5259957. OLE color: 5259957.

HSL color Cylindrical-coordinate representation of color #B54250: hue angle of 352.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54250 is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1816680-
CMYK00.640.560.29
HSL352.7º46.56%48.43%-
HSV(B)352.7º63.54%70.98%-
XYZ22.4514.39.17-
YUV101.98115.6184.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=55.35%
G=20.18%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181668000.640.560.29352.746.5648.43
HexB54250040381D1612f30
Octal265102120010070355415760
Binary10110101100001010100000100000011100011101101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54250; }

 p { color: rgb(181,66,80); }

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

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

 a { background-color: rgb(181,66,80); }

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

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

 span { border-color: rgb(181,66,80); }

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