#b29961

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

Shades of Barley Corn #B29961

Tints of Barley Corn #B29961

Color information

#B29961 (or 0xB29961) is unknown color: approx Barley Corn. HEX triplet: B2, 99 and 61. RGB value is (178,153,97). Sum of RGB (Red+Green+Blue) = 178+153+97=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B29961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29961 is #4D669E. Grayscale: #9A9A9A. Windows color (decimal): -5072543 or 6396338. OLE color: 6396338.

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

Color convert

RGB17815397-
CMYK00.140.460.30
HSL41.48º34.47%53.92%-
HSV(B)41.48º45.51%69.8%-
XYZ31.9133.1116.02-
YUV154.0995.78145.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=41.59%
G=35.75%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781539700.140.460.3041.4834.4753.92
HexB299610E2E1E292236
Octal2622311410165636514266
Binary101100101001100111000010111010111011110101001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29961; }

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

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

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

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

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

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

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

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