#BF6F8E

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

Shades of Hopbush #BF6F8E

Tints of Hopbush #BF6F8E

Color information

#BF6F8E (or 0xBF6F8E) is unknown color: approx Hopbush. HEX triplet: BF, 6F and 8E. RGB value is (191,111,142). Sum of RGB (Red+Green+Blue) = 191+111+142=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F8E is #409071. Grayscale: #8A8A8A. Windows color (decimal): -4231282 or 9334719. OLE color: 9334719.

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

Color convert

RGB191111142-
CMYK00.420.260.25
HSL336.75º38.46%59.22%-
HSV(B)336.75º41.88%74.9%-
XYZ32.0524.428.61-
YUV138.45130165.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=43.02%
G=25%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111114200.420.260.25336.7538.4659.22
HexBF6F8E02A1A19151263b
Octal27715721605232315214673
Binary1011111111011111000111001010101101011001101010001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F8E; }

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

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

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

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

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

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

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

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