#B5445E

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

Shades of Hippie Pink #B5445E

Tints of Hippie Pink #B5445E

Color information

#B5445E (or 0xB5445E) is unknown color: approx Hippie Pink. HEX triplet: B5, 44 and 5E. RGB value is (181,68,94). Sum of RGB (Red+Green+Blue) = 181+68+94=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5445E is #4ABBA1. Grayscale: #686868. Windows color (decimal): -4897698 or 6177973. OLE color: 6177973.

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

Color convert

RGB1816894-
CMYK00.620.480.29
HSL346.19º45.38%48.82%-
HSV(B)346.19º62.43%70.98%-
XYZ23.1414.7712.22-
YUV104.75121.94182.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=52.77%
G=19.83%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181689400.620.480.29346.1945.3848.82
HexB5445E03E301D15a2d31
Octal26510413607660355325561
Binary1011010110001001011110011111011000011101101011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5445E; }

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

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

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

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

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

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

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

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