#BF789D

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

Shades of Hopbush #BF789D

Tints of Hopbush #BF789D

Color information

#BF789D (or 0xBF789D) is unknown color: approx Hopbush. HEX triplet: BF, 78 and 9D. RGB value is (191,120,157). Sum of RGB (Red+Green+Blue) = 191+120+157=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF789D is #408762. Grayscale: #919191. Windows color (decimal): -4228963 or 10320063. OLE color: 10320063.

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

Color convert

RGB191120157-
CMYK00.370.180.25
HSL328.73º35.68%60.98%-
HSV(B)328.73º37.17%74.9%-
XYZ34.2926.9435.29-
YUV145.45134.52160.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 120 (47.27% from 255) = 25.64%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=40.81%
G=25.64%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112015700.370.180.25328.7335.6860.98
HexBF789D0251219149243d
Octal27717023504522315114475
Binary1011111111110001001110101001011001011001101001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF789D; }

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

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

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

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

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

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

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

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