#BF799E

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

Shades of Hopbush #BF799E

Tints of Hopbush #BF799E

Color information

#BF799E (or 0xBF799E) is unknown color: approx Hopbush. HEX triplet: BF, 79 and 9E. RGB value is (191,121,158). Sum of RGB (Red+Green+Blue) = 191+121+158=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF799E is #408661. Grayscale: #929292. Windows color (decimal): -4228706 or 10385855. OLE color: 10385855.

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

Color convert

RGB191121158-
CMYK00.370.170.25
HSL328.29º35.35%61.18%-
HSV(B)328.29º36.65%74.9%-
XYZ34.4927.2235.78-
YUV146.15134.69159.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.64%
GREEN value IS 121 (47.66% from 255) = 25.74%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=40.64%
G=25.74%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112115800.370.170.25328.2935.3561.18
HexBF799E0251119148233d
Octal27717123604521315104375
Binary1011111111110011001111001001011000111001101001000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF799E; }

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

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

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

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

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

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

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

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