#B29659

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

Shades of Barley Corn #B29659

Tints of Barley Corn #B29659

Color information

#B29659 (or 0xB29659) is unknown color: approx Barley Corn. HEX triplet: B2, 96 and 59. RGB value is (178,150,89). Sum of RGB (Red+Green+Blue) = 178+150+89=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B29659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29659 is #4D69A6. Grayscale: #979797. Windows color (decimal): -5073319 or 5871282. OLE color: 5871282.

HSL color Cylindrical-coordinate representation of color #B29659: hue angle of 41.12º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B29659 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB17815089-
CMYK00.160.50.30
HSL41.12º36.63%52.35%-
HSV(B)41.12º50%69.8%-
XYZ31.073213.99-
YUV151.4292.78146.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=42.69%
G=35.97%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781508900.160.50.3041.1236.6352.35
HexB29659010321E292534
Octal2622261310206236514564
Binary1011001010010110101100101000011001011110101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29659; }

 p { color: rgb(178,150,89); }

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

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

 a { background-color: rgb(178,150,89); }

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

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

 span { border-color: rgb(178,150,89); }

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