#B4414D

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

Shades of Hippie Pink #B4414D

Tints of Hippie Pink #B4414D

Color information

#B4414D (or 0xB4414D) is unknown color: approx Hippie Pink. HEX triplet: B4, 41 and 4D. RGB value is (180,65,77). Sum of RGB (Red+Green+Blue) = 180+65+77=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4414D is #4BBEB2. Grayscale: #646464. Windows color (decimal): -4964019 or 5063092. OLE color: 5063092.

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

Color convert

RGB1806577-
CMYK00.640.570.29
HSL353.74º46.94%48.04%-
HSV(B)353.74º63.89%70.59%-
XYZ22.0514.028.56-
YUV100.75114.6184.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=55.90%
G=20.19%
B=23.91%

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
Decimal180657700.640.570.29353.7446.9448.04
HexB4414D040391D1622f30
Octal264101115010071355425760
Binary10110100100000110011010100000011100111101101100010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4414D; }

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

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

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

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

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

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

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

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