#B4414E

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

Shades of Hippie Pink #B4414E

Tints of Hippie Pink #B4414E

Color information

#B4414E (or 0xB4414E) is unknown color: approx Hippie Pink. HEX triplet: B4, 41 and 4E. RGB value is (180,65,78). Sum of RGB (Red+Green+Blue) = 180+65+78=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4414E is #4BBEB1. Grayscale: #646464. Windows color (decimal): -4964018 or 5128628. OLE color: 5128628.

HSL color Cylindrical-coordinate representation of color #B4414E: hue angle of 353.22º 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 #B4414E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1806578-
CMYK00.640.570.29
HSL353.22º46.94%48.04%-
HSV(B)353.22º63.89%70.59%-
XYZ22.0914.038.75-
YUV100.87115.1184.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=55.73%
G=20.12%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180657800.640.570.29353.2246.9448.04
HexB4414E040391D1612f30
Octal264101116010071355415760
Binary10110100100000110011100100000011100111101101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4414E; }

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

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

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

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

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

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

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

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