#BF7995

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

Shades of Hopbush #BF7995

Tints of Hopbush #BF7995

Color information

#BF7995 (or 0xBF7995) is unknown color: approx Hopbush. HEX triplet: BF, 79 and 95. RGB value is (191,121,149). Sum of RGB (Red+Green+Blue) = 191+121+149=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7995 is #40866A. Grayscale: #919191. Windows color (decimal): -4228715 or 9796031. OLE color: 9796031.

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

Color convert

RGB191121149-
CMYK00.370.220.25
HSL336º35.35%61.18%-
HSV(B)336º36.65%74.9%-
XYZ33.7526.9231.85-
YUV145.12130.19160.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=41.43%
G=26.25%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112114900.370.220.2533635.3561.18
HexBF79950251619150233d
Octal27717122504526315204375
Binary1011111111110011001010101001011011011001101010000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7995; }

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

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

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

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

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

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

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

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