#B4414C

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

Shades of Hippie Pink #B4414C

Tints of Hippie Pink #B4414C

Color information

#B4414C (or 0xB4414C) is unknown color: approx Hippie Pink. HEX triplet: B4, 41 and 4C. RGB value is (180,65,76). Sum of RGB (Red+Green+Blue) = 180+65+76=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4414C is #4BBEB3. Grayscale: #646464. Windows color (decimal): -4964020 or 4997556. OLE color: 4997556.

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

Color convert

RGB1806576-
CMYK00.640.580.29
HSL354.26º46.94%48.04%-
HSV(B)354.26º63.89%70.59%-
XYZ22.0214.018.38-
YUV100.64114.1184.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=56.07%
G=20.25%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180657600.640.580.29354.2646.9448.04
HexB4414C0403A1D1622f30
Octal264101114010072355425760
Binary10110100100000110011000100000011101011101101100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4414C; }

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

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

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

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

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

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

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

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