#B29454

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

Shades of Barley Corn #B29454

Tints of Barley Corn #B29454

Color information

#B29454 (or 0xB29454) is unknown color: approx Barley Corn. HEX triplet: B2, 94 and 54. RGB value is (178,148,84). Sum of RGB (Red+Green+Blue) = 178+148+84=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B29454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29454 is #4D6BAB. Grayscale: #959595. Windows color (decimal): -5073836 or 5543090. OLE color: 5543090.

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

Color convert

RGB17814884-
CMYK00.170.530.30
HSL40.85º37.9%51.37%-
HSV(B)40.85º52.81%69.8%-
XYZ30.5531.2812.82-
YUV149.6790.94148.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 84 (33.20% from 255) = 20.49%
R=43.41%
G=36.10%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781488400.170.530.3040.8537.951.37
HexB29454011351E292633
Octal2622241240216536514663
Binary1011001010010100101010001000111010111110101001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29454; }

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

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

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

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

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

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

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

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