#BF7596

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

Shades of Hopbush #BF7596

Tints of Hopbush #BF7596

Color information

#BF7596 (or 0xBF7596) is unknown color: approx Hopbush. HEX triplet: BF, 75 and 96. RGB value is (191,117,150). Sum of RGB (Red+Green+Blue) = 191+117+150=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7596 is #408A69. Grayscale: #8E8E8E. Windows color (decimal): -4229738 or 9860543. OLE color: 9860543.

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

Color convert

RGB191117150-
CMYK00.390.210.25
HSL333.24º36.63%60.39%-
HSV(B)333.24º38.74%74.9%-
XYZ33.352632.11-
YUV142.89132.02162.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=41.70%
G=25.55%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111715000.390.210.25333.2436.6360.39
HexBF7596027151914d253c
Octal27716522604725315154574
Binary1011111111101011001011001001111010111001101001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7596; }

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

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

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

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

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

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

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

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