#B29369

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

Shades of Barley Corn #B29369

Tints of Barley Corn #B29369

Color information

#B29369 (or 0xB29369) is unknown color: approx Barley Corn. HEX triplet: B2, 93 and 69. RGB value is (178,147,105). Sum of RGB (Red+Green+Blue) = 178+147+105=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29369 is #4D6C96. Grayscale: #979797. Windows color (decimal): -5074071 or 6919090. OLE color: 6919090.

HSL color Cylindrical-coordinate representation of color #B29369: hue angle of 34.52º 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 #B29369 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB178147105-
CMYK00.170.410.30
HSL34.52º32.16%55.49%-
HSV(B)34.52º41.01%69.8%-
XYZ31.3431.3517.76-
YUV151.48101.77146.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=41.40%
G=34.19%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814710500.170.410.3034.5232.1655.49
HexB29369011291E232037
Octal2622231510215136434067
Binary1011001010010011110100101000110100111110100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29369; }

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

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

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

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

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

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

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

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