#BF749A

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

Shades of Hopbush #BF749A

Tints of Hopbush #BF749A

Color information

#BF749A (or 0xBF749A) is unknown color: approx Hopbush. HEX triplet: BF, 74 and 9A. RGB value is (191,116,154). Sum of RGB (Red+Green+Blue) = 191+116+154=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF749A is #408B65. Grayscale: #8E8E8E. Windows color (decimal): -4229990 or 10122431. OLE color: 10122431.

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

Color convert

RGB191116154-
CMYK00.390.190.25
HSL329.6º36.95%60.2%-
HSV(B)329.6º39.27%74.9%-
XYZ33.5625.933.8-
YUV142.76134.35162.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=41.43%
G=25.16%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111615400.390.190.25329.636.9560.2
HexBF749A027131914a253c
Octal27716423204723315124574
Binary1011111111101001001101001001111001111001101001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF749A; }

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

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

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

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

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

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

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

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