#BF7090

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

Shades of Hopbush #BF7090

Tints of Hopbush #BF7090

Color information

#BF7090 (or 0xBF7090) is unknown color: approx Hopbush. HEX triplet: BF, 70 and 90. RGB value is (191,112,144). Sum of RGB (Red+Green+Blue) = 191+112+144=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7090 is #408F6F. Grayscale: #8B8B8B. Windows color (decimal): -4231024 or 9466047. OLE color: 9466047.

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

Color convert

RGB191112144-
CMYK00.410.250.25
HSL335.7º38.16%59.41%-
HSV(B)335.7º41.36%74.9%-
XYZ32.3124.6829.45-
YUV139.27130.67164.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=42.73%
G=25.06%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111214400.410.250.25335.738.1659.41
HexBF70900291919150263b
Octal27716022005131315204673
Binary1011111111100001001000001010011100111001101010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7090; }

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

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

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

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

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

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

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

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