#BF779E

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

Shades of Hopbush #BF779E

Tints of Hopbush #BF779E

Color information

#BF779E (or 0xBF779E) is unknown color: approx Hopbush. HEX triplet: BF, 77 and 9E. RGB value is (191,119,158). Sum of RGB (Red+Green+Blue) = 191+119+158=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF779E is #408861. Grayscale: #909090. Windows color (decimal): -4229218 or 10385343. OLE color: 10385343.

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

Color convert

RGB191119158-
CMYK00.380.170.25
HSL327.5º36%60.78%-
HSV(B)327.5º37.7%74.9%-
XYZ34.2526.7435.7-
YUV144.97135.35160.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=40.81%
G=25.43%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111915800.380.170.25327.53660.78
HexBF779E0261119148243d
Octal27716723604621315104475
Binary1011111111101111001111001001101000111001101001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF779E; }

 p { color: rgb(191,119,158); }

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

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

 a { background-color: rgb(191,119,158); }

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

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

 span { border-color: rgb(191,119,158); }

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