#B5485A

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

Shades of Hippie Pink #B5485A

Tints of Hippie Pink #B5485A

Color information

#B5485A (or 0xB5485A) is unknown color: approx Hippie Pink. HEX triplet: B5, 48 and 5A. RGB value is (181,72,90). Sum of RGB (Red+Green+Blue) = 181+72+90=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5485A is #4AB7A5. Grayscale: #6A6A6A. Windows color (decimal): -4896678 or 5916853. OLE color: 5916853.

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

Color convert

RGB1817290-
CMYK00.600.500.29
HSL350.09º43.08%49.61%-
HSV(B)350.09º60.22%70.98%-
XYZ23.2215.211.38-
YUV106.64118.61181.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=52.77%
G=20.99%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181729000.600.500.29350.0943.0849.61
HexB5485A03C321D15e2b32
Octal26511013207462355365362
Binary1011010110010001011010011110011001011101101011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5485A; }

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

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

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

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

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

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

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

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