#BF699D

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

Shades of Hopbush #BF699D

Tints of Hopbush #BF699D

Color information

#BF699D (or 0xBF699D) is unknown color: approx Hopbush. HEX triplet: BF, 69 and 9D. RGB value is (191,105,157). Sum of RGB (Red+Green+Blue) = 191+105+157=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF699D is #409662. Grayscale: #888888. Windows color (decimal): -4232803 or 10316223. OLE color: 10316223.

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

Color convert

RGB191105157-
CMYK00.450.180.25
HSL323.72º40.19%58.04%-
HSV(B)323.72º45.03%74.9%-
XYZ32.6223.6134.74-
YUV136.64139.49166.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=42.16%
G=23.18%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110515700.450.180.25323.7240.1958.04
HexBF699D02D1219144283a
Octal27715123505522315045072
Binary1011111111010011001110101011011001011001101000100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF699D; }

 p { color: rgb(191,105,157); }

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

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

 a { background-color: rgb(191,105,157); }

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

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

 span { border-color: rgb(191,105,157); }

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