#BF6D9F

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

Shades of Hopbush #BF6D9F

Tints of Hopbush #BF6D9F

Color information

#BF6D9F (or 0xBF6D9F) is unknown color: approx Hopbush. HEX triplet: BF, 6D and 9F. RGB value is (191,109,159). Sum of RGB (Red+Green+Blue) = 191+109+159=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D9F is #409260. Grayscale: #8B8B8B. Windows color (decimal): -4231777 or 10448319. OLE color: 10448319.

HSL color Cylindrical-coordinate representation of color #BF6D9F: hue angle of 323.41º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6D9F is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191109159-
CMYK00.430.170.25
HSL323.41º39.05%58.82%-
HSV(B)323.41º42.93%74.9%-
XYZ33.2124.5235.78-
YUV139.22139.17164.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=41.61%
G=23.75%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110915900.430.170.25323.4139.0558.82
HexBF6D9F02B1119143273b
Octal27715523705321315034773
Binary1011111111011011001111101010111000111001101000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D9F; }

 p { color: rgb(191,109,159); }

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

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

 a { background-color: rgb(191,109,159); }

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

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

 span { border-color: rgb(191,109,159); }

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