#BF7590

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

Shades of Hopbush #BF7590

Tints of Hopbush #BF7590

Color information

#BF7590 (or 0xBF7590) is unknown color: approx Hopbush. HEX triplet: BF, 75 and 90. RGB value is (191,117,144). Sum of RGB (Red+Green+Blue) = 191+117+144=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7590 is #408A6F. Grayscale: #8E8E8E. Windows color (decimal): -4229744 or 9467327. OLE color: 9467327.

HSL color Cylindrical-coordinate representation of color #BF7590: hue angle of 338.11º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7590 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191117144-
CMYK00.390.250.25
HSL338.11º36.63%60.39%-
HSV(B)338.11º38.74%74.9%-
XYZ32.8825.8129.63-
YUV142.2129.02162.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=42.26%
G=25.88%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111714400.390.250.25338.1136.6360.39
HexBF75900271919152253c
Octal27716522004731315224574
Binary1011111111101011001000001001111100111001101010010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7590; }

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

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

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

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

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

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

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

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