#BF7591

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

Shades of Hopbush #BF7591

Tints of Hopbush #BF7591

Color information

#BF7591 (or 0xBF7591) is unknown color: approx Hopbush. HEX triplet: BF, 75 and 91. RGB value is (191,117,145). Sum of RGB (Red+Green+Blue) = 191+117+145=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7591 is #408A6E. Grayscale: #8E8E8E. Windows color (decimal): -4229743 or 9532863. OLE color: 9532863.

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

Color convert

RGB191117145-
CMYK00.390.240.25
HSL337.3º36.63%60.39%-
HSV(B)337.3º38.74%74.9%-
XYZ32.9625.8430.04-
YUV142.32129.52162.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 145 (57.03% from 255) = 32.01%
R=42.16%
G=25.83%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111714500.390.240.25337.336.6360.39
HexBF75910271819151253c
Octal27716522104730315214574
Binary1011111111101011001000101001111100011001101010001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7591; }

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

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

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

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

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

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

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

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