#BF739A

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

Shades of Hopbush #BF739A

Tints of Hopbush #BF739A

Color information

#BF739A (or 0xBF739A) is unknown color: approx Hopbush. HEX triplet: BF, 73 and 9A. RGB value is (191,115,154). Sum of RGB (Red+Green+Blue) = 191+115+154=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF739A is #408C65. Grayscale: #8E8E8E. Windows color (decimal): -4230246 or 10122175. OLE color: 10122175.

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

Color convert

RGB191115154-
CMYK00.400.190.25
HSL329.21º37.25%60%-
HSV(B)329.21º39.79%74.9%-
XYZ33.4525.6733.76-
YUV142.17134.68162.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=41.52%
G=25%
B=33.48%

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
Decimal19111515400.400.190.25329.2137.2560
HexBF739A0281319149253c
Octal27716323205023315114574
Binary1011111111100111001101001010001001111001101001001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF739A; }

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

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

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

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

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

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

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

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