#B44A5E

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

Shades of Hippie Pink #B44A5E

Tints of Hippie Pink #B44A5E

Color information

#B44A5E (or 0xB44A5E) is unknown color: approx Hippie Pink. HEX triplet: B4, 4A and 5E. RGB value is (180,74,94). Sum of RGB (Red+Green+Blue) = 180+74+94=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A5E is #4BB5A1. Grayscale: #6C6C6C. Windows color (decimal): -4961698 or 6179508. OLE color: 6179508.

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

Color convert

RGB1807494-
CMYK00.590.480.29
HSL348.68º41.73%49.8%-
HSV(B)348.68º58.89%70.59%-
XYZ23.2915.4112.34-
YUV107.97120.12179.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.72%
GREEN value IS 74 (29.30% from 255) = 21.26%
BLUE value IS 94 (37.11% from 255) = 27.01%
R=51.72%
G=21.26%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180749400.590.480.29348.6841.7349.8
HexB44A5E03B301D15d2a32
Octal26411213607360355355262
Binary1011010010010101011110011101111000011101101011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A5E; }

 p { color: rgb(180,74,94); }

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

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

 a { background-color: rgb(180,74,94); }

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

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

 span { border-color: rgb(180,74,94); }

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