#BF7390

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

Shades of Hopbush #BF7390

Tints of Hopbush #BF7390

Color information

#BF7390 (or 0xBF7390) is unknown color: approx Hopbush. HEX triplet: BF, 73 and 90. RGB value is (191,115,144). Sum of RGB (Red+Green+Blue) = 191+115+144=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7390 is #408C6F. Grayscale: #8C8C8C. Windows color (decimal): -4230256 or 9466815. OLE color: 9466815.

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

Color convert

RGB191115144-
CMYK00.400.250.25
HSL337.11º37.25%60%-
HSV(B)337.11º39.79%74.9%-
XYZ32.6525.3529.56-
YUV141.03129.68163.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 144 (56.64% from 255) = 32%
R=42.44%
G=25.56%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111514400.400.250.25337.1137.2560
HexBF73900281919151253c
Octal27716322005031315214574
Binary1011111111100111001000001010001100111001101010001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7390; }

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

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

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

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

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

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

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

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