#B29457

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

Shades of Barley Corn #B29457

Tints of Barley Corn #B29457

Color information

#B29457 (or 0xB29457) is unknown color: approx Barley Corn. HEX triplet: B2, 94 and 57. RGB value is (178,148,87). Sum of RGB (Red+Green+Blue) = 178+148+87=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B29457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29457 is #4D6BA8. Grayscale: #969696. Windows color (decimal): -5073833 or 5739698. OLE color: 5739698.

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

Color convert

RGB17814887-
CMYK00.170.510.30
HSL40.22º37.14%51.96%-
HSV(B)40.22º51.12%69.8%-
XYZ30.6731.3313.45-
YUV150.0292.44147.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 87 (34.38% from 255) = 21.07%
R=43.10%
G=35.84%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781488700.170.510.3040.2237.1451.96
HexB29457011331E282534
Octal2622241270216336504564
Binary1011001010010100101011101000111001111110101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29457; }

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

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

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

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

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

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

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

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