#BF789F

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

Shades of Hopbush #BF789F

Tints of Hopbush #BF789F

Color information

#BF789F (or 0xBF789F) is unknown color: approx Hopbush. HEX triplet: BF, 78 and 9F. RGB value is (191,120,159). Sum of RGB (Red+Green+Blue) = 191+120+159=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF789F is #408760. Grayscale: #919191. Windows color (decimal): -4228961 or 10451135. OLE color: 10451135.

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

Color convert

RGB191120159-
CMYK00.370.170.25
HSL327.04º35.68%60.98%-
HSV(B)327.04º37.17%74.9%-
XYZ34.4627.0136.2-
YUV145.67135.52160.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=40.64%
G=25.53%
B=33.83%

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
Decimal19112015900.370.170.25327.0435.6860.98
HexBF789F0251119147243d
Octal27717023704521315074475
Binary1011111111110001001111101001011000111001101000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF789F; }

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

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

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

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

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

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

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

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