#BF789E

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

Shades of Hopbush #BF789E

Tints of Hopbush #BF789E

Color information

#BF789E (or 0xBF789E) is unknown color: approx Hopbush. HEX triplet: BF, 78 and 9E. RGB value is (191,120,158). Sum of RGB (Red+Green+Blue) = 191+120+158=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF789E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF789E is #408761. Grayscale: #919191. Windows color (decimal): -4228962 or 10385599. OLE color: 10385599.

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

Color convert

RGB191120158-
CMYK00.370.170.25
HSL327.89º35.68%60.98%-
HSV(B)327.89º37.17%74.9%-
XYZ34.3726.9835.74-
YUV145.56135.02160.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 120 (47.27% from 255) = 25.59%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=40.72%
G=25.59%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112015800.370.170.25327.8935.6860.98
HexBF789E0251119148243d
Octal27717023604521315104475
Binary1011111111110001001111001001011000111001101001000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF789E; }

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

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

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

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

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

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

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

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