#b29266

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

Shades of Barley Corn #B29266

Tints of Barley Corn #B29266

Color information

#B29266 (or 0xB29266) is unknown color: approx Barley Corn. HEX triplet: B2, 92 and 66. RGB value is (178,146,102). Sum of RGB (Red+Green+Blue) = 178+146+102=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B29266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29266 is #4D6D99. Grayscale: #969696. Windows color (decimal): -5074330 or 6722226. OLE color: 6722226.

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

Color convert

RGB178146102-
CMYK00.180.430.30
HSL34.74º33.04%54.9%-
HSV(B)34.74º42.7%69.8%-
XYZ31.0430.9816.91-
YUV150.55100.6147.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=41.78%
G=34.27%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814610200.180.430.3034.7433.0454.9
HexB292660122B1E232137
Octal2622221460225336434167
Binary1011001010010010110011001001010101111110100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29266; }

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

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

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

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

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

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

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

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