#BF7091

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

Shades of Hopbush #BF7091

Tints of Hopbush #BF7091

Color information

#BF7091 (or 0xBF7091) is unknown color: approx Hopbush. HEX triplet: BF, 70 and 91. RGB value is (191,112,145). Sum of RGB (Red+Green+Blue) = 191+112+145=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7091 is #408F6E. Grayscale: #8B8B8B. Windows color (decimal): -4231023 or 9531583. OLE color: 9531583.

HSL color Cylindrical-coordinate representation of color #BF7091: hue angle of 334.94º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7091 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB191112145-
CMYK00.410.240.25
HSL334.94º38.16%59.41%-
HSV(B)334.94º41.36%74.9%-
XYZ32.3924.7129.85-
YUV139.38131.17164.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 32.37%
R=42.63%
G=25%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111214500.410.240.25334.9438.1659.41
HexBF7091029181914f263b
Octal27716022105130315174673
Binary1011111111100001001000101010011100011001101001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7091; }

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

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

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

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

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

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

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

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