#BF7599

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

Shades of Hopbush #BF7599

Tints of Hopbush #BF7599

Color information

#BF7599 (or 0xBF7599) is unknown color: approx Hopbush. HEX triplet: BF, 75 and 99. RGB value is (191,117,153). Sum of RGB (Red+Green+Blue) = 191+117+153=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7599 is #408A66. Grayscale: #8F8F8F. Windows color (decimal): -4229735 or 10057151. OLE color: 10057151.

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

Color convert

RGB191117153-
CMYK00.390.200.25
HSL330.81º36.63%60.39%-
HSV(B)330.81º38.74%74.9%-
XYZ33.626.133.4-
YUV143.23133.52162.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=41.43%
G=25.38%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111715300.390.200.25330.8136.6360.39
HexBF7599027141914b253c
Octal27716523104724315134574
Binary1011111111101011001100101001111010011001101001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7599; }

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

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

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

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

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

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

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

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