#b29c6c

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

Shades of Fallow #B29C6C

Tints of Fallow #B29C6C

Color information

#B29C6C (or 0xB29C6C) is unknown color: approx Fallow. HEX triplet: B2, 9C and 6C. RGB value is (178,156,108). Sum of RGB (Red+Green+Blue) = 178+156+108=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29C6C is #4D6393. Grayscale: #9D9D9D. Windows color (decimal): -5071764 or 7118002. OLE color: 7118002.

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

Color convert

RGB178156108-
CMYK00.120.390.30
HSL41.14º31.25%56.08%-
HSV(B)41.14º39.33%69.8%-
XYZ32.9634.3219.08-
YUV157.11100.29142.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 156 (61.33% from 255) = 35.29%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=40.27%
G=35.29%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815610800.120.390.3041.1431.2556.08
HexB29C6C0C271E291f38
Octal2622341540144736513770
Binary10110010100111001101100011001001111111010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29c6c; }

 p { color: rgb(178,156,108); }

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

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

 a { background-color: rgb(178,156,108); }

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

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

 span { border-color: rgb(178,156,108); }

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