#BF749C

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

Shades of Hopbush #BF749C

Tints of Hopbush #BF749C

Color information

#BF749C (or 0xBF749C) is unknown color: approx Hopbush. HEX triplet: BF, 74 and 9C. RGB value is (191,116,156). Sum of RGB (Red+Green+Blue) = 191+116+156=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF749C is #408B63. Grayscale: #8E8E8E. Windows color (decimal): -4229988 or 10253503. OLE color: 10253503.

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

Color convert

RGB191116156-
CMYK00.390.180.25
HSL328º36.95%60.2%-
HSV(B)328º39.27%74.9%-
XYZ33.7325.9734.69-
YUV142.98135.35162.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=41.25%
G=25.05%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111615600.390.180.2532836.9560.2
HexBF749C0271219148253c
Octal27716423404722315104574
Binary1011111111101001001110001001111001011001101001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF749C; }

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

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

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

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

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

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

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

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