#B29262

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

Shades of Barley Corn #B29262

Tints of Barley Corn #B29262

Color information

#B29262 (or 0xB29262) is unknown color: approx Barley Corn. HEX triplet: B2, 92 and 62. RGB value is (178,146,98). Sum of RGB (Red+Green+Blue) = 178+146+98=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B29262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29262 is #4D6D9D. Grayscale: #969696. Windows color (decimal): -5074334 or 6460082. OLE color: 6460082.

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

Color convert

RGB17814698-
CMYK00.180.450.30
HSL36º34.19%54.12%-
HSV(B)36º44.94%69.8%-
XYZ30.8430.915.89-
YUV150.198.6147.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=42.18%
G=34.60%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781469800.180.450.303634.1954.12
HexB292620122D1E242236
Octal2622221420225536444266
Binary1011001010010010110001001001010110111110100100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29262; }

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

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

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

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

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

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

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

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