#B29263

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

Shades of Barley Corn #B29263

Tints of Barley Corn #B29263

Color information

#B29263 (or 0xB29263) is unknown color: approx Barley Corn. HEX triplet: B2, 92 and 63. RGB value is (178,146,99). Sum of RGB (Red+Green+Blue) = 178+146+99=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29263 is #4D6D9C. Grayscale: #969696. Windows color (decimal): -5074333 or 6525618. OLE color: 6525618.

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

Color convert

RGB17814699-
CMYK00.180.440.30
HSL35.7º33.91%54.31%-
HSV(B)35.7º44.38%69.8%-
XYZ30.8930.9216.15-
YUV150.2199.1147.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=42.08%
G=34.52%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781469900.180.440.3035.733.9154.31
HexB292630122C1E242236
Octal2622221430225436444266
Binary1011001010010010110001101001010110011110100100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29263; }

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

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

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

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

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

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

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

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