#B29B6E

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

Shades of Fallow #B29B6E

Tints of Fallow #B29B6E

Color information

#B29B6E (or 0xB29B6E) is unknown color: approx Fallow. HEX triplet: B2, 9B and 6E. RGB value is (178,155,110). Sum of RGB (Red+Green+Blue) = 178+155+110=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B6E is #4D6491. Grayscale: #9C9C9C. Windows color (decimal): -5072018 or 7248818. OLE color: 7248818.

HSL color Cylindrical-coordinate representation of color #B29B6E: hue angle of 39.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29B6E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB178155110-
CMYK00.130.380.30
HSL39.71º30.63%56.47%-
HSV(B)39.71º38.2%69.8%-
XYZ32.934.0319.59-
YUV156.75101.62143.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=40.18%
G=34.99%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815511000.130.380.3039.7130.6356.47
HexB29B6E0D261E281f38
Octal2622331560154636503770
Binary10110010100110111101110011011001101111010100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B6E; }

 p { color: rgb(178,155,110); }

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

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

 a { background-color: rgb(178,155,110); }

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

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

 span { border-color: rgb(178,155,110); }

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