#B29154

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

Shades of Barley Corn #B29154

Tints of Barley Corn #B29154

Color information

#B29154 (or 0xB29154) is unknown color: approx Barley Corn. HEX triplet: B2, 91 and 54. RGB value is (178,145,84). Sum of RGB (Red+Green+Blue) = 178+145+84=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B29154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29154 is #4D6EAB. Grayscale: #949494. Windows color (decimal): -5074604 or 5542322. OLE color: 5542322.

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

Color convert

RGB17814584-
CMYK00.190.530.30
HSL38.94º37.9%51.37%-
HSV(B)38.94º52.81%69.8%-
XYZ30.0930.3612.66-
YUV147.9191.93149.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=43.73%
G=35.63%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781458400.190.530.3038.9437.951.37
HexB29154013351E272633
Octal2622211240236536474663
Binary1011001010010001101010001001111010111110100111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29154; }

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

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

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

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

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

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

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

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