#B29057

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

Shades of Barley Corn #B29057

Tints of Barley Corn #B29057

Color information

#B29057 (or 0xB29057) is unknown color: approx Barley Corn. HEX triplet: B2, 90 and 57. RGB value is (178,144,87). Sum of RGB (Red+Green+Blue) = 178+144+87=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B29057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29057 is #4D6FA8. Grayscale: #939393. Windows color (decimal): -5074857 or 5738674. OLE color: 5738674.

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

Color convert

RGB17814487-
CMYK00.190.510.30
HSL37.58º37.14%51.96%-
HSV(B)37.58º51.12%69.8%-
XYZ30.0530.113.24-
YUV147.6793.76149.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 87 (34.38% from 255) = 21.27%
R=43.52%
G=35.21%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781448700.190.510.3037.5837.1451.96
HexB29057013331E262534
Octal2622201270236336464564
Binary1011001010010000101011101001111001111110100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29057; }

 p { color: rgb(178,144,87); }

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

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

 a { background-color: rgb(178,144,87); }

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

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

 span { border-color: rgb(178,144,87); }

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