#B29965

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

Shades of Barley Corn #B29965

Tints of Barley Corn #B29965

Color information

#B29965 (or 0xB29965) is unknown color: approx Barley Corn. HEX triplet: B2, 99 and 65. RGB value is (178,153,101). Sum of RGB (Red+Green+Blue) = 178+153+101=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B29965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29965 is #4D669A. Grayscale: #9A9A9A. Windows color (decimal): -5072539 or 6658482. OLE color: 6658482.

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

Color convert

RGB178153101-
CMYK00.140.430.30
HSL40.52º33.33%54.71%-
HSV(B)40.52º43.26%69.8%-
XYZ32.133.1917.03-
YUV154.5597.78144.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=41.20%
G=35.42%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815310100.140.430.3040.5233.3354.71
HexB299650E2B1E292137
Octal2622311450165336514167
Binary101100101001100111001010111010101111110101001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29965; }

 p { color: rgb(178,153,101); }

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

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

 a { background-color: rgb(178,153,101); }

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

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

 span { border-color: rgb(178,153,101); }

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