#B5485E

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

Shades of Hippie Pink #B5485E

Tints of Hippie Pink #B5485E

Color information

#B5485E (or 0xB5485E) is unknown color: approx Hippie Pink. HEX triplet: B5, 48 and 5E. RGB value is (181,72,94). Sum of RGB (Red+Green+Blue) = 181+72+94=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5485E is #4AB7A1. Grayscale: #6B6B6B. Windows color (decimal): -4896674 or 6178997. OLE color: 6178997.

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

Color convert

RGB1817294-
CMYK00.600.480.29
HSL347.89º43.08%49.61%-
HSV(B)347.89º60.22%70.98%-
XYZ23.3915.2712.3-
YUV107.1120.61180.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=52.16%
G=20.75%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181729400.600.480.29347.8943.0849.61
HexB5485E03C301D15c2b32
Octal26511013607460355345362
Binary1011010110010001011110011110011000011101101011100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5485E; }

 p { color: rgb(181,72,94); }

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

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

 a { background-color: rgb(181,72,94); }

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

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

 span { border-color: rgb(181,72,94); }

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