#BF6091

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

Shades of Hopbush #BF6091

Tints of Hopbush #BF6091

Color information

#BF6091 (or 0xBF6091) is unknown color: approx Hopbush. HEX triplet: BF, 60 and 91. RGB value is (191,96,145). Sum of RGB (Red+Green+Blue) = 191+96+145=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6091 is #409F6E. Grayscale: #818181. Windows color (decimal): -4235119 or 9527487. OLE color: 9527487.

HSL color Cylindrical-coordinate representation of color #BF6091: hue angle of 329.05º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6091 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19196145-
CMYK00.500.240.25
HSL329.05º42.6%56.27%-
HSV(B)329.05º49.74%74.9%-
XYZ30.7821.4929.31-
YUV129.99136.47171.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=44.21%
G=22.22%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919614500.500.240.25329.0542.656.27
HexBF609103218191492b38
Octal27714022106230315115370
Binary1011111111000001001000101100101100011001101001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6091; }

 p { color: rgb(191,96,145); }

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

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

 a { background-color: rgb(191,96,145); }

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

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

 span { border-color: rgb(191,96,145); }

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