#B29664

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

Shades of Barley Corn #B29664

Tints of Barley Corn #B29664

Color information

#B29664 (or 0xB29664) is unknown color: approx Barley Corn. HEX triplet: B2, 96 and 64. RGB value is (178,150,100). Sum of RGB (Red+Green+Blue) = 178+150+100=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29664 is #4D699B. Grayscale: #989898. Windows color (decimal): -5073308 or 6592178. OLE color: 6592178.

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

Color convert

RGB178150100-
CMYK00.160.440.30
HSL38.46º33.62%54.51%-
HSV(B)38.46º43.82%69.8%-
XYZ31.5732.216.61-
YUV152.6798.28146.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=41.59%
G=35.05%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815010000.160.440.3038.4633.6254.51
HexB296640102C1E262237
Octal2622261440205436464267
Binary1011001010010110110010001000010110011110100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29664; }

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

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

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

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

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

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

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

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