#B79A6C

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

Shades of Fallow #B79A6C

Tints of Fallow #B79A6C

Color information

#B79A6C (or 0xB79A6C) is unknown color: approx Fallow. HEX triplet: B7, 9A and 6C. RGB value is (183,154,108). Sum of RGB (Red+Green+Blue) = 183+154+108=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A6C is #486593. Grayscale: #9D9D9D. Windows color (decimal): -4744596 or 7117495. OLE color: 7117495.

HSL color Cylindrical-coordinate representation of color #B79A6C: hue angle of 36.8º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B79A6C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183154108-
CMYK00.160.410.28
HSL36.8º34.25%57.06%-
HSV(B)36.8º40.98%71.76%-
XYZ33.7934.2619.02-
YUV157.43100.11146.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 108 (42.58% from 255) = 24.27%
R=41.12%
G=34.61%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315410800.160.410.2836.834.2557.06
HexB79A6C010291C252239
Octal2672321540205134454271
Binary1011011110011010110110001000010100111100100101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A6C; }

 p { color: rgb(183,154,108); }

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

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

 a { background-color: rgb(183,154,108); }

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

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

 span { border-color: rgb(183,154,108); }

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