#B54B5B

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

Shades of Hippie Pink #B54B5B

Tints of Hippie Pink #B54B5B

Color information

#B54B5B (or 0xB54B5B) is unknown color: approx Hippie Pink. HEX triplet: B5, 4B and 5B. RGB value is (181,75,91). Sum of RGB (Red+Green+Blue) = 181+75+91=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54B5B is #4AB4A4. Grayscale: #6C6C6C. Windows color (decimal): -4895909 or 5983157. OLE color: 5983157.

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

Color convert

RGB1817591-
CMYK00.590.500.29
HSL350.94º41.73%50.2%-
HSV(B)350.94º58.56%70.98%-
XYZ23.4615.6111.67-
YUV108.52118.12179.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=52.16%
G=21.61%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181759100.590.500.29350.9441.7350.2
HexB54B5B03B321D15f2a32
Octal26511313307362355375262
Binary1011010110010111011011011101111001011101101011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B5B; }

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

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

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

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

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

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

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

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