#B29359

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

Shades of Barley Corn #B29359

Tints of Barley Corn #B29359

Color information

#B29359 (or 0xB29359) is unknown color: approx Barley Corn. HEX triplet: B2, 93 and 59. RGB value is (178,147,89). Sum of RGB (Red+Green+Blue) = 178+147+89=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B29359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29359 is #4D6CA6. Grayscale: #959595. Windows color (decimal): -5074087 or 5870514. OLE color: 5870514.

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

Color convert

RGB17814789-
CMYK00.170.50.30
HSL39.1º36.63%52.35%-
HSV(B)39.1º50%69.8%-
XYZ30.631.0513.83-
YUV149.6693.77148.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=43.00%
G=35.51%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781478900.170.50.3039.136.6352.35
HexB29359011321E272534
Octal2622231310216236474564
Binary1011001010010011101100101000111001011110100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29359; }

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

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

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

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

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

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

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

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