#B29B5A

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

Shades of Barley Corn #B29B5A

Tints of Barley Corn #B29B5A

Color information

#B29B5A (or 0xB29B5A) is unknown color: approx Barley Corn. HEX triplet: B2, 9B and 5A. RGB value is (178,155,90). Sum of RGB (Red+Green+Blue) = 178+155+90=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B5A is #4D64A5. Grayscale: #9A9A9A. Windows color (decimal): -5072038 or 5938098. OLE color: 5938098.

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

Color convert

RGB17815590-
CMYK00.130.490.30
HSL44.32º36.36%52.55%-
HSV(B)44.32º49.44%69.8%-
XYZ31.9333.6514.48-
YUV154.4791.62144.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=42.08%
G=36.64%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781559000.130.490.3044.3236.3652.55
HexB29B5A0D311E2c2435
Octal2622331320156136544465
Binary101100101001101110110100110111000111110101100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B5A; }

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

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

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

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

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

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

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

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