#B54256

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

Shades of Hippie Pink #B54256

Tints of Hippie Pink #B54256

Color information

#B54256 (or 0xB54256) is unknown color: approx Hippie Pink. HEX triplet: B5, 42 and 56. RGB value is (181,66,86). Sum of RGB (Red+Green+Blue) = 181+66+86=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B54256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54256 is #4ABDA9. Grayscale: #666666. Windows color (decimal): -4898218 or 5653173. OLE color: 5653173.

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

Color convert

RGB1816686-
CMYK00.640.520.29
HSL349.57º46.56%48.43%-
HSV(B)349.57º63.54%70.98%-
XYZ22.6814.3910.39-
YUV102.66118.6183.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=54.35%
G=19.82%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181668600.640.520.29349.5746.5648.43
HexB54256040341D15e2f30
Octal265102126010064355365760
Binary10110101100001010101100100000011010011101101011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54256; }

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

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

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

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

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

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

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

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