#B54D4E

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

Shades of Hippie Pink #B54D4E

Tints of Hippie Pink #B54D4E

Color information

#B54D4E (or 0xB54D4E) is unknown color: approx Hippie Pink. HEX triplet: B5, 4D and 4E. RGB value is (181,77,78). Sum of RGB (Red+Green+Blue) = 181+77+78=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D4E is #4AB2B1. Grayscale: #6C6C6C. Windows color (decimal): -4895410 or 5131701. OLE color: 5131701.

HSL color Cylindrical-coordinate representation of color #B54D4E: hue angle of 359.42º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D4E is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1817778-
CMYK00.570.570.29
HSL359.42º41.27%50.59%-
HSV(B)359.42º57.46%70.98%-
XYZ23.0915.689.02-
YUV108.21110.96179.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 78 (30.86% from 255) = 23.21%
R=53.87%
G=22.92%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181777800.570.570.29359.4241.2750.59
HexB54D4E039391D1672933
Octal26511511607171355475163
Binary1011010110011011001110011100111100111101101100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D4E; }

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

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

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

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

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

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

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

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