#BF6A8E

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

Shades of Hopbush #BF6A8E

Tints of Hopbush #BF6A8E

Color information

#BF6A8E (or 0xBF6A8E) is unknown color: approx Hopbush. HEX triplet: BF, 6A and 8E. RGB value is (191,106,142). Sum of RGB (Red+Green+Blue) = 191+106+142=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A8E is #409571. Grayscale: #878787. Windows color (decimal): -4232562 or 9333439. OLE color: 9333439.

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

Color convert

RGB191106142-
CMYK00.450.260.25
HSL334.59º39.91%58.24%-
HSV(B)334.59º44.5%74.9%-
XYZ31.5223.3428.43-
YUV135.52131.66167.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=43.51%
G=24.15%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110614200.450.260.25334.5939.9158.24
HexBF6A8E02D1A1914f283a
Octal27715221605532315175072
Binary1011111111010101000111001011011101011001101001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A8E; }

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

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

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

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

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

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

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

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