#B29468

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

Shades of Barley Corn #B29468

Tints of Barley Corn #B29468

Color information

#B29468 (or 0xB29468) is unknown color: approx Barley Corn. HEX triplet: B2, 94 and 68. RGB value is (178,148,104). Sum of RGB (Red+Green+Blue) = 178+148+104=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B29468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29468 is #4D6B97. Grayscale: #989898. Windows color (decimal): -5073816 or 6853810. OLE color: 6853810.

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

Color convert

RGB178148104-
CMYK00.170.420.30
HSL35.68º32.46%55.29%-
HSV(B)35.68º41.57%69.8%-
XYZ31.4531.6417.55-
YUV151.95100.94146.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=41.40%
G=34.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814810400.170.420.3035.6832.4655.29
HexB294680112A1E242037
Octal2622241500215236444067
Binary1011001010010100110100001000110101011110100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29468; }

 p { color: rgb(178,148,104); }

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

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

 a { background-color: rgb(178,148,104); }

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

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

 span { border-color: rgb(178,148,104); }

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