#B29254

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

Shades of Barley Corn #B29254

Tints of Barley Corn #B29254

Color information

#B29254 (or 0xB29254) is unknown color: approx Barley Corn. HEX triplet: B2, 92 and 54. RGB value is (178,146,84). Sum of RGB (Red+Green+Blue) = 178+146+84=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B29254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29254 is #4D6DAB. Grayscale: #949494. Windows color (decimal): -5074348 or 5542578. OLE color: 5542578.

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

Color convert

RGB17814684-
CMYK00.180.530.30
HSL39.57º37.9%51.37%-
HSV(B)39.57º52.81%69.8%-
XYZ30.2430.6612.71-
YUV148.591.6149.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 84 (33.20% from 255) = 20.59%
R=43.63%
G=35.78%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781468400.180.530.3039.5737.951.37
HexB29254012351E282633
Octal2622221240226536504663
Binary1011001010010010101010001001011010111110101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29254; }

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

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

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

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

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

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

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

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