#B54B4C

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

Shades of Hippie Pink #B54B4C

Tints of Hippie Pink #B54B4C

Color information

#B54B4C (or 0xB54B4C) is unknown color: approx Hippie Pink. HEX triplet: B5, 4B and 4C. RGB value is (181,75,76). Sum of RGB (Red+Green+Blue) = 181+75+76=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54B4C is #4AB4B3. Grayscale: #6A6A6A. Windows color (decimal): -4895924 or 5000117. OLE color: 5000117.

HSL color Cylindrical-coordinate representation of color #B54B4C: hue angle of 359.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54B4C is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1817576-
CMYK00.590.580.29
HSL359.43º41.73%50.2%-
HSV(B)359.43º58.56%70.98%-
XYZ22.8815.388.6-
YUV106.81110.62180.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=54.52%
G=22.59%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181757600.590.580.29359.4341.7350.2
HexB54B4C03B3A1D1672a32
Octal26511311407372355475262
Binary1011010110010111001100011101111101011101101100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B4C; }

 p { color: rgb(181,75,76); }

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

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

 a { background-color: rgb(181,75,76); }

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

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

 span { border-color: rgb(181,75,76); }

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