#BF688D

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

Shades of Hopbush #BF688D

Tints of Hopbush #BF688D

Color information

#BF688D (or 0xBF688D) is unknown color: approx Hopbush. HEX triplet: BF, 68 and 8D. RGB value is (191,104,141). Sum of RGB (Red+Green+Blue) = 191+104+141=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF688D is #409772. Grayscale: #868686. Windows color (decimal): -4233075 or 9267391. OLE color: 9267391.

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

Color convert

RGB191104141-
CMYK00.460.260.25
HSL334.48º40.47%57.84%-
HSV(B)334.48º45.55%74.9%-
XYZ31.2422.927.97-
YUV134.23131.82168.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=43.81%
G=23.85%
B=32.34%

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
Decimal19110414100.460.260.25334.4840.4757.84
HexBF688D02E1A1914e283a
Octal27715021505632315165072
Binary1011111111010001000110101011101101011001101001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF688D; }

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

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

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

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

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

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

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

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