#BFB79C

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

Shades of Sisal #BFB79C

Tints of Sisal #BFB79C

Color information

#BFB79C (or 0xBFB79C) is unknown color: approx Sisal. HEX triplet: BF, B7 and 9C. RGB value is (191,183,156). Sum of RGB (Red+Green+Blue) = 191+183+156=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB79C is #404863. Grayscale: #B6B6B6. Windows color (decimal): -4212836 or 10270655. OLE color: 10270655.

HSL color Cylindrical-coordinate representation of color #BFB79C: hue angle of 46.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB79C is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191183156-
CMYK00.040.180.25
HSL46.29º21.47%68.04%-
HSV(B)46.29º18.32%74.9%-
XYZ44.4247.3438.25-
YUV182.31113.15134.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=36.04%
G=34.53%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118315600.040.180.2546.2921.4768.04
HexBFB79C0412192e1544
Octal2772672340422315625104
Binary10111111101101111001110001001001011001101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB79C; }

 p { color: rgb(191,183,156); }

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

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

 a { background-color: rgb(191,183,156); }

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

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

 span { border-color: rgb(191,183,156); }

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