#BF7795

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

Shades of Hopbush #BF7795

Tints of Hopbush #BF7795

Color information

#BF7795 (or 0xBF7795) is unknown color: approx Hopbush. HEX triplet: BF, 77 and 95. RGB value is (191,119,149). Sum of RGB (Red+Green+Blue) = 191+119+149=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7795 is #40886A. Grayscale: #8F8F8F. Windows color (decimal): -4229227 or 9795519. OLE color: 9795519.

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

Color convert

RGB191119149-
CMYK00.380.220.25
HSL335º36%60.78%-
HSV(B)335º37.7%74.9%-
XYZ33.5126.4431.77-
YUV143.95130.85161.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 149 (58.59% from 255) = 32.46%
R=41.61%
G=25.93%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111914900.380.220.253353660.78
HexBF7795026161914f243d
Octal27716722504626315174475
Binary1011111111101111001010101001101011011001101001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7795; }

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

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

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

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

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

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

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

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