#B29861

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

Shades of Barley Corn #B29861

Tints of Barley Corn #B29861

Color information

#B29861 (or 0xB29861) is unknown color: approx Barley Corn. HEX triplet: B2, 98 and 61. RGB value is (178,152,97). Sum of RGB (Red+Green+Blue) = 178+152+97=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B29861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29861 is #4D679E. Grayscale: #999999. Windows color (decimal): -5072799 or 6396082. OLE color: 6396082.

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

Color convert

RGB17815297-
CMYK00.150.460.30
HSL40.74º34.47%53.92%-
HSV(B)40.74º45.51%69.8%-
XYZ31.7532.7815.96-
YUV153.596.11145.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=41.69%
G=35.60%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781529700.150.460.3040.7434.4753.92
HexB298610F2E1E292236
Octal2622301410175636514266
Binary101100101001100011000010111110111011110101001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29861; }

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

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

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

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

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

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

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

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