#B29866

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

Shades of Barley Corn #B29866

Tints of Barley Corn #B29866

Color information

#B29866 (or 0xB29866) is unknown color: approx Barley Corn. HEX triplet: B2, 98 and 66. RGB value is (178,152,102). Sum of RGB (Red+Green+Blue) = 178+152+102=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29866 is #4D6799. Grayscale: #9A9A9A. Windows color (decimal): -5072794 or 6723762. OLE color: 6723762.

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

Color convert

RGB178152102-
CMYK00.150.430.30
HSL39.47º33.04%54.9%-
HSV(B)39.47º42.7%69.8%-
XYZ31.9932.8817.23-
YUV154.0798.61145.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=41.20%
G=35.19%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815210200.150.430.3039.4733.0454.9
HexB298660F2B1E272137
Octal2622301460175336474167
Binary101100101001100011001100111110101111110100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29866; }

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

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

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

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

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

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

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

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