#BF7797

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

Shades of Hopbush #BF7797

Tints of Hopbush #BF7797

Color information

#BF7797 (or 0xBF7797) is unknown color: approx Hopbush. HEX triplet: BF, 77 and 97. RGB value is (191,119,151). Sum of RGB (Red+Green+Blue) = 191+119+151=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7797 is #408868. Grayscale: #909090. Windows color (decimal): -4229225 or 9926591. OLE color: 9926591.

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

Color convert

RGB191119151-
CMYK00.380.210.25
HSL333.33º36%60.78%-
HSV(B)333.33º37.7%74.9%-
XYZ33.6726.532.62-
YUV144.18131.85161.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=41.43%
G=25.81%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111915100.380.210.25333.333660.78
HexBF7797026151914d243d
Octal27716722704625315154475
Binary1011111111101111001011101001101010111001101001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7797; }

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

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

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

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

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

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

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

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