#BF739B

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

Shades of Hopbush #BF739B

Tints of Hopbush #BF739B

Color information

#BF739B (or 0xBF739B) is unknown color: approx Hopbush. HEX triplet: BF, 73 and 9B. RGB value is (191,115,155). Sum of RGB (Red+Green+Blue) = 191+115+155=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF739B is #408C64. Grayscale: #8E8E8E. Windows color (decimal): -4230245 or 10187711. OLE color: 10187711.

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

Color convert

RGB191115155-
CMYK00.400.190.25
HSL328.42º37.25%60%-
HSV(B)328.42º39.79%74.9%-
XYZ33.5325.734.2-
YUV142.28135.18162.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=41.43%
G=24.95%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111515500.400.190.25328.4237.2560
HexBF739B0281319148253c
Octal27716323305023315104574
Binary1011111111100111001101101010001001111001101001000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF739B; }

 p { color: rgb(191,115,155); }

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

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

 a { background-color: rgb(191,115,155); }

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

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

 span { border-color: rgb(191,115,155); }

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