#B54259

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

Shades of Hippie Pink #B54259

Tints of Hippie Pink #B54259

Color information

#B54259 (or 0xB54259) is unknown color: approx Hippie Pink. HEX triplet: B5, 42 and 59. RGB value is (181,66,89). Sum of RGB (Red+Green+Blue) = 181+66+89=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B54259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54259 is #4ABDA6. Grayscale: #676767. Windows color (decimal): -4898215 or 5849781. OLE color: 5849781.

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

Color convert

RGB1816689-
CMYK00.640.510.29
HSL348º46.56%48.43%-
HSV(B)348º63.54%70.98%-
XYZ22.8114.4411.04-
YUV103.01120.1183.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.87%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=53.87%
G=19.64%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181668900.640.510.2934846.5648.43
HexB54259040331D15c2f30
Octal265102131010063355345760
Binary10110101100001010110010100000011001111101101011100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54259; }

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

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

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

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

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

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

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

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