#B4484C

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

Shades of Hippie Pink #B4484C

Tints of Hippie Pink #B4484C

Color information

#B4484C (or 0xB4484C) is unknown color: approx Hippie Pink. HEX triplet: B4, 48 and 4C. RGB value is (180,72,76). Sum of RGB (Red+Green+Blue) = 180+72+76=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4484C is #4BB7B3. Grayscale: #686868. Windows color (decimal): -4962228 or 4999348. OLE color: 4999348.

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

Color convert

RGB1807276-
CMYK00.600.580.29
HSL357.78º42.86%49.41%-
HSV(B)357.78º60%70.59%-
XYZ22.4414.868.52-
YUV104.75111.78181.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.88%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=54.88%
G=21.95%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180727600.600.580.29357.7842.8649.41
HexB4484C03C3A1D1662b31
Octal26411011407472355465361
Binary1011010010010001001100011110011101011101101100110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4484C; }

 p { color: rgb(180,72,76); }

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

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

 a { background-color: rgb(180,72,76); }

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

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

 span { border-color: rgb(180,72,76); }

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