#B29668

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

Shades of Barley Corn #B29668

Tints of Barley Corn #B29668

Color information

#B29668 (or 0xB29668) is unknown color: approx Barley Corn. HEX triplet: B2, 96 and 68. RGB value is (178,150,104). Sum of RGB (Red+Green+Blue) = 178+150+104=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29668 is #4D6997. Grayscale: #999999. Windows color (decimal): -5073304 or 6854322. OLE color: 6854322.

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

Color convert

RGB178150104-
CMYK00.160.420.30
HSL37.3º32.46%55.29%-
HSV(B)37.3º41.57%69.8%-
XYZ31.7732.2817.65-
YUV153.13100.28145.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=41.20%
G=34.72%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815010400.160.420.3037.332.4655.29
HexB296680102A1E252037
Octal2622261500205236454067
Binary1011001010010110110100001000010101011110100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29668; }

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

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

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

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

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

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

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

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