#B29068

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

Shades of Barley Corn #B29068

Tints of Barley Corn #B29068

Color information

#B29068 (or 0xB29068) is unknown color: approx Barley Corn. HEX triplet: B2, 90 and 68. RGB value is (178,144,104). Sum of RGB (Red+Green+Blue) = 178+144+104=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B29068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29068 is #4D6F97. Grayscale: #959595. Windows color (decimal): -5074840 or 6852786. OLE color: 6852786.

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

Color convert

RGB178144104-
CMYK00.190.420.30
HSL32.43º32.46%55.29%-
HSV(B)32.43º41.57%69.8%-
XYZ30.8330.4117.34-
YUV149.61102.26148.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=41.78%
G=33.80%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814410400.190.420.3032.4332.4655.29
HexB290680132A1E202037
Octal2622201500235236404067
Binary1011001010010000110100001001110101011110100000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29068; }

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

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

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

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

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

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

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

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