#BF6D8E

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

Shades of Hopbush #BF6D8E

Tints of Hopbush #BF6D8E

Color information

#BF6D8E (or 0xBF6D8E) is unknown color: approx Hopbush. HEX triplet: BF, 6D and 8E. RGB value is (191,109,142). Sum of RGB (Red+Green+Blue) = 191+109+142=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D8E is #409271. Grayscale: #898989. Windows color (decimal): -4231794 or 9334207. OLE color: 9334207.

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

Color convert

RGB191109142-
CMYK00.430.260.25
HSL335.85º39.05%58.82%-
HSV(B)335.85º42.93%74.9%-
XYZ31.8423.9728.54-
YUV137.28130.67166.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 109 (42.97% from 255) = 24.66%
BLUE value IS 142 (55.86% from 255) = 32.13%
R=43.21%
G=24.66%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110914200.430.260.25335.8539.0558.82
HexBF6D8E02B1A19150273b
Octal27715521605332315204773
Binary1011111111011011000111001010111101011001101010000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D8E; }

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

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

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

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

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

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

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

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