#B9414F

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

Shades of Hippie Pink #B9414F

Tints of Hippie Pink #B9414F

Color information

#B9414F (or 0xB9414F) is unknown color: approx Hippie Pink. HEX triplet: B9, 41 and 4F. RGB value is (185,65,79). Sum of RGB (Red+Green+Blue) = 185+65+79=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9414F is #46BEB0. Grayscale: #666666. Windows color (decimal): -4636337 or 5194169. OLE color: 5194169.

HSL color Cylindrical-coordinate representation of color #B9414F: hue angle of 353º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9414F is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1856579-
CMYK00.650.570.27
HSL353º48%49.02%-
HSV(B)353º64.86%72.55%-
XYZ23.3114.669-
YUV102.48114.76186.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.23%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=56.23%
G=19.76%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185657900.650.570.273534849.02
HexB9414F041391B1613031
Octal271101117010171335416061
Binary10111001100000110011110100000111100111011101100001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9414F; }

 p { color: rgb(185,65,79); }

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

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

 a { background-color: rgb(185,65,79); }

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

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

 span { border-color: rgb(185,65,79); }

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