#BF688F

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

Shades of Hopbush #BF688F

Tints of Hopbush #BF688F

Color information

#BF688F (or 0xBF688F) is unknown color: approx Hopbush. HEX triplet: BF, 68 and 8F. RGB value is (191,104,143). Sum of RGB (Red+Green+Blue) = 191+104+143=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF688F is #409770. Grayscale: #868686. Windows color (decimal): -4233073 or 9398463. OLE color: 9398463.

HSL color Cylindrical-coordinate representation of color #BF688F: hue angle of 333.1º 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 #BF688F is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191104143-
CMYK00.460.250.25
HSL333.1º40.47%57.84%-
HSV(B)333.1º45.55%74.9%-
XYZ31.3922.9628.76-
YUV134.46132.82168.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 143 (56.25% from 255) = 32.65%
R=43.61%
G=23.74%
B=32.65%

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
Decimal19110414300.460.250.25333.140.4757.84
HexBF688F02E191914d283a
Octal27715021705631315155072
Binary1011111111010001000111101011101100111001101001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF688F; }

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

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

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

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

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

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

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

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