#B54B4D

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

Shades of Hippie Pink #B54B4D

Tints of Hippie Pink #B54B4D

Color information

#B54B4D (or 0xB54B4D) is unknown color: approx Hippie Pink. HEX triplet: B5, 4B and 4D. RGB value is (181,75,77). Sum of RGB (Red+Green+Blue) = 181+75+77=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B4D is #4AB4B2. Grayscale: #6B6B6B. Windows color (decimal): -4895923 or 5065653. OLE color: 5065653.

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

Color convert

RGB1817577-
CMYK00.590.570.29
HSL358.87º41.73%50.2%-
HSV(B)358.87º58.56%70.98%-
XYZ22.9115.398.78-
YUV106.92111.12180.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 77 (30.47% from 255) = 23.12%
R=54.35%
G=22.52%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181757700.590.570.29358.8741.7350.2
HexB54B4D03B391D1672a32
Octal26511311507371355475262
Binary1011010110010111001101011101111100111101101100111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B4D; }

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

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

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

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

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

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

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

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