#B54056

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

Shades of Hippie Pink #B54056

Tints of Hippie Pink #B54056

Color information

#B54056 (or 0xB54056) is unknown color: approx Hippie Pink. HEX triplet: B5, 40 and 56. RGB value is (181,64,86). Sum of RGB (Red+Green+Blue) = 181+64+86=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B54056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54056 is #4ABFA9. Grayscale: #656565. Windows color (decimal): -4898730 or 5652661. OLE color: 5652661.

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

Color convert

RGB1816486-
CMYK00.650.520.29
HSL348.72º47.76%48.04%-
HSV(B)348.72º64.64%70.98%-
XYZ22.5714.1610.35-
YUV101.49119.26184.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=54.68%
G=19.34%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181648600.650.520.29348.7247.7648.04
HexB54056041341D15d3030
Octal265100126010164355356060
Binary10110101100000010101100100000111010011101101011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54056; }

 p { color: rgb(181,64,86); }

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

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

 a { background-color: rgb(181,64,86); }

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

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

 span { border-color: rgb(181,64,86); }

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