#BF415B

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

Shades of Hippie Pink #BF415B

Tints of Hippie Pink #BF415B

Color information

#BF415B (or 0xBF415B) is unknown color: approx Hippie Pink. HEX triplet: BF, 41 and 5B. RGB value is (191,65,91). Sum of RGB (Red+Green+Blue) = 191+65+91=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF415B is #40BEA4. Grayscale: #696969. Windows color (decimal): -4243109 or 5980607. OLE color: 5980607.

HSL color Cylindrical-coordinate representation of color #BF415B: hue angle of 347.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF415B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1916591-
CMYK00.660.520.25
HSL347.62º49.61%50.2%-
HSV(B)347.62º65.97%74.9%-
XYZ25.2615.6111.58-
YUV105.64119.74188.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=55.04%
G=18.73%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191659100.660.520.25347.6249.6150.2
HexBF415B042341915c3232
Octal277101133010264315346262
Binary10111111100000110110110100001011010011001101011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF415B; }

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

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

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

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

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

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

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

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