#B44251

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

Shades of Hippie Pink #B44251

Tints of Hippie Pink #B44251

Color information

#B44251 (or 0xB44251) is unknown color: approx Hippie Pink. HEX triplet: B4, 42 and 51. RGB value is (180,66,81). Sum of RGB (Red+Green+Blue) = 180+66+81=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B44251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44251 is #4BBDAE. Grayscale: #656565. Windows color (decimal): -4963759 or 5325492. OLE color: 5325492.

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

Color convert

RGB1806681-
CMYK00.630.550.29
HSL352.11º46.34%48.24%-
HSV(B)352.11º63.33%70.59%-
XYZ22.2614.199.35-
YUV101.8116.27183.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=55.05%
G=20.18%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180668100.630.550.29352.1146.3448.24
HexB4425103F371D1602e30
Octal26410212107767355405660
Binary1011010010000101010001011111111011111101101100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44251; }

 p { color: rgb(180,66,81); }

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

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

 a { background-color: rgb(180,66,81); }

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

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

 span { border-color: rgb(180,66,81); }

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