#B29169

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

Shades of Barley Corn #B29169

Tints of Barley Corn #B29169

Color information

#B29169 (or 0xB29169) is unknown color: approx Barley Corn. HEX triplet: B2, 91 and 69. RGB value is (178,145,105). Sum of RGB (Red+Green+Blue) = 178+145+105=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29169 is #4D6E96. Grayscale: #969696. Windows color (decimal): -5074583 or 6918578. OLE color: 6918578.

HSL color Cylindrical-coordinate representation of color #B29169: hue angle of 32.88º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B29169 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB178145105-
CMYK00.190.410.30
HSL32.88º32.16%55.49%-
HSV(B)32.88º41.01%69.8%-
XYZ31.0430.7417.66-
YUV150.31102.43147.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 105 (41.41% from 255) = 24.53%
R=41.59%
G=33.88%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814510500.190.410.3032.8832.1655.49
HexB29169013291E212037
Octal2622211510235136414067
Binary1011001010010001110100101001110100111110100001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29169; }

 p { color: rgb(178,145,105); }

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

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

 a { background-color: rgb(178,145,105); }

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

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

 span { border-color: rgb(178,145,105); }

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