#BF6890

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

Shades of Hopbush #BF6890

Tints of Hopbush #BF6890

Color information

#BF6890 (or 0xBF6890) is unknown color: approx Hopbush. HEX triplet: BF, 68 and 90. RGB value is (191,104,144). Sum of RGB (Red+Green+Blue) = 191+104+144=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6890 is #40976F. Grayscale: #868686. Windows color (decimal): -4233072 or 9463999. OLE color: 9463999.

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

Color convert

RGB191104144-
CMYK00.460.250.25
HSL332.41º40.47%57.84%-
HSV(B)332.41º45.55%74.9%-
XYZ31.4722.9929.16-
YUV134.57133.32168.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=43.51%
G=23.69%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110414400.460.250.25332.4140.4757.84
HexBF689002E191914c283a
Octal27715022005631315145072
Binary1011111111010001001000001011101100111001101001100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6890; }

 p { color: rgb(191,104,144); }

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

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

 a { background-color: rgb(191,104,144); }

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

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

 span { border-color: rgb(191,104,144); }

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