#BF789B

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

Shades of Hopbush #BF789B

Tints of Hopbush #BF789B

Color information

#BF789B (or 0xBF789B) is unknown color: approx Hopbush. HEX triplet: BF, 78 and 9B. RGB value is (191,120,155). Sum of RGB (Red+Green+Blue) = 191+120+155=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF789B is #408764. Grayscale: #919191. Windows color (decimal): -4228965 or 10188991. OLE color: 10188991.

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

Color convert

RGB191120155-
CMYK00.370.190.25
HSL330.42º35.68%60.98%-
HSV(B)330.42º37.17%74.9%-
XYZ34.1226.8834.4-
YUV145.22133.52160.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 120 (47.27% from 255) = 25.75%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=40.99%
G=25.75%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112015500.370.190.25330.4235.6860.98
HexBF789B025131914a243d
Octal27717023304523315124475
Binary1011111111110001001101101001011001111001101001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF789B; }

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

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

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

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

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

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

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

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