#BF7C9D

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

Shades of Hopbush #BF7C9D

Tints of Hopbush #BF7C9D

Color information

#BF7C9D (or 0xBF7C9D) is unknown color: approx Hopbush. HEX triplet: BF, 7C and 9D. RGB value is (191,124,157). Sum of RGB (Red+Green+Blue) = 191+124+157=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C9D is #408362. Grayscale: #939393. Windows color (decimal): -4227939 or 10321087. OLE color: 10321087.

HSL color Cylindrical-coordinate representation of color #BF7C9D: hue angle of 330.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7C9D is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191124157-
CMYK00.350.180.25
HSL330.45º34.36%61.76%-
HSV(B)330.45º35.08%74.9%-
XYZ34.7827.9335.46-
YUV147.79133.2158.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=40.47%
G=26.27%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112415700.350.180.25330.4534.3661.76
HexBF7C9D023121914a223e
Octal27717423504322315124276
Binary1011111111111001001110101000111001011001101001010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C9D; }

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

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

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

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

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

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

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

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