#BF7497

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

Shades of Hopbush #BF7497

Tints of Hopbush #BF7497

Color information

#BF7497 (or 0xBF7497) is unknown color: approx Hopbush. HEX triplet: BF, 74 and 97. RGB value is (191,116,151). Sum of RGB (Red+Green+Blue) = 191+116+151=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7497 is #408B68. Grayscale: #8E8E8E. Windows color (decimal): -4229993 or 9925823. OLE color: 9925823.

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

Color convert

RGB191116151-
CMYK00.390.210.25
HSL332º36.95%60.2%-
HSV(B)332º39.27%74.9%-
XYZ33.3225.832.5-
YUV142.42132.85162.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 151 (59.38% from 255) = 32.97%
R=41.70%
G=25.33%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111615100.390.210.2533236.9560.2
HexBF7497027151914c253c
Octal27716422704725315144574
Binary1011111111101001001011101001111010111001101001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7497; }

 p { color: rgb(191,116,151); }

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

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

 a { background-color: rgb(191,116,151); }

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

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

 span { border-color: rgb(191,116,151); }

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