#B29863

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

Shades of Barley Corn #B29863

Tints of Barley Corn #B29863

Color information

#B29863 (or 0xB29863) is unknown color: approx Barley Corn. HEX triplet: B2, 98 and 63. RGB value is (178,152,99). Sum of RGB (Red+Green+Blue) = 178+152+99=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B29863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29863 is #4D679C. Grayscale: #999999. Windows color (decimal): -5072797 or 6527154. OLE color: 6527154.

HSL color Cylindrical-coordinate representation of color #B29863: hue angle of 40.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B29863 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17815299-
CMYK00.150.440.30
HSL40.25º33.91%54.31%-
HSV(B)40.25º44.38%69.8%-
XYZ31.8432.8216.46-
YUV153.7397.11145.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=41.49%
G=35.43%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781529900.150.440.3040.2533.9154.31
HexB298630F2C1E282236
Octal2622301430175436504266
Binary101100101001100011000110111110110011110101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29863; }

 p { color: rgb(178,152,99); }

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

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

 a { background-color: rgb(178,152,99); }

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

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

 span { border-color: rgb(178,152,99); }

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