#BF7499

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

Shades of Hopbush #BF7499

Tints of Hopbush #BF7499

Color information

#BF7499 (or 0xBF7499) is unknown color: approx Hopbush. HEX triplet: BF, 74 and 99. RGB value is (191,116,153). Sum of RGB (Red+Green+Blue) = 191+116+153=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7499 is #408B66. Grayscale: #8E8E8E. Windows color (decimal): -4229991 or 10056895. OLE color: 10056895.

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

Color convert

RGB191116153-
CMYK00.390.200.25
HSL330.4º36.95%60.2%-
HSV(B)330.4º39.27%74.9%-
XYZ33.4825.8733.37-
YUV142.64133.85162.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=41.52%
G=25.22%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111615300.390.200.25330.436.9560.2
HexBF7499027141914a253c
Octal27716423104724315124574
Binary1011111111101001001100101001111010011001101001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7499; }

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

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

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

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

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

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

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

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