#B53958

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

Shades of Hippie Pink #B53958

Tints of Hippie Pink #B53958

Color information

#B53958 (or 0xB53958) is unknown color: approx Hippie Pink. HEX triplet: B5, 39 and 58. RGB value is (181,57,88). Sum of RGB (Red+Green+Blue) = 181+57+88=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B53958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53958 is #4AC6A7. Grayscale: #616161. Windows color (decimal): -4900520 or 5781941. OLE color: 5781941.

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

Color convert

RGB1815788-
CMYK00.690.510.29
HSL345º52.1%46.67%-
HSV(B)345º68.51%70.98%-
XYZ22.2813.4510.66-
YUV97.61122.58187.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=55.52%
G=17.48%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181578800.690.510.2934552.146.67
HexB53958045331D159342f
Octal26571130010563355316457
Binary1011010111100110110000100010111001111101101011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53958; }

 p { color: rgb(181,57,88); }

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

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

 a { background-color: rgb(181,57,88); }

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

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

 span { border-color: rgb(181,57,88); }

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