#BF688E

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

Shades of Hopbush #BF688E

Tints of Hopbush #BF688E

Color information

#BF688E (or 0xBF688E) is unknown color: approx Hopbush. HEX triplet: BF, 68 and 8E. RGB value is (191,104,142). Sum of RGB (Red+Green+Blue) = 191+104+142=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF688E is #409771. Grayscale: #868686. Windows color (decimal): -4233074 or 9332927. OLE color: 9332927.

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

Color convert

RGB191104142-
CMYK00.460.260.25
HSL333.79º40.47%57.84%-
HSV(B)333.79º45.55%74.9%-
XYZ31.3222.9328.37-
YUV134.34132.32168.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 104 (41.02% from 255) = 23.80%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=43.71%
G=23.80%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110414200.460.260.25333.7940.4757.84
HexBF688E02E1A1914e283a
Octal27715021605632315165072
Binary1011111111010001000111001011101101011001101001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF688E; }

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

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

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

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

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

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

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

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