#B4415B

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

Shades of Hippie Pink #B4415B

Tints of Hippie Pink #B4415B

Color information

#B4415B (or 0xB4415B) is unknown color: approx Hippie Pink. HEX triplet: B4, 41 and 5B. RGB value is (180,65,91). Sum of RGB (Red+Green+Blue) = 180+65+91=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4415B is #4BBEA4. Grayscale: #666666. Windows color (decimal): -4964005 or 5980596. OLE color: 5980596.

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

Color convert

RGB1806591-
CMYK00.640.490.29
HSL346.43º46.94%48.04%-
HSV(B)346.43º63.89%70.59%-
XYZ22.614.2411.45-
YUV102.35121.6183.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 65 (25.78% from 255) = 19.35%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=53.57%
G=19.35%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180659100.640.490.29346.4346.9448.04
HexB4415B040311D15a2f30
Octal264101133010061355325760
Binary10110100100000110110110100000011000111101101011010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4415B; }

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

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

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

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

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

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

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

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