#BF7595

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

Shades of Hopbush #BF7595

Tints of Hopbush #BF7595

Color information

#BF7595 (or 0xBF7595) is unknown color: approx Hopbush. HEX triplet: BF, 75 and 95. RGB value is (191,117,149). Sum of RGB (Red+Green+Blue) = 191+117+149=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7595 is #408A6A. Grayscale: #8E8E8E. Windows color (decimal): -4229739 or 9795007. OLE color: 9795007.

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

Color convert

RGB191117149-
CMYK00.390.220.25
HSL334.05º36.63%60.39%-
HSV(B)334.05º38.74%74.9%-
XYZ33.2725.9731.69-
YUV142.77131.52162.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=41.79%
G=25.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111714900.390.220.25334.0536.6360.39
HexBF7595027161914e253c
Octal27716522504726315164574
Binary1011111111101011001010101001111011011001101001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7595; }

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

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

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

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

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

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

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

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