#B29865

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

Shades of Barley Corn #B29865

Tints of Barley Corn #B29865

Color information

#B29865 (or 0xB29865) is unknown color: approx Barley Corn. HEX triplet: B2, 98 and 65. RGB value is (178,152,101). Sum of RGB (Red+Green+Blue) = 178+152+101=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B29865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29865 is #4D679A. Grayscale: #9A9A9A. Windows color (decimal): -5072795 or 6658226. OLE color: 6658226.

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

Color convert

RGB178152101-
CMYK00.150.430.30
HSL39.74º33.33%54.71%-
HSV(B)39.74º43.26%69.8%-
XYZ31.9432.8616.97-
YUV153.9698.11145.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 101 (39.84% from 255) = 23.43%
R=41.30%
G=35.27%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815210100.150.430.3039.7433.3354.71
HexB298650F2B1E282137
Octal2622301450175336504167
Binary101100101001100011001010111110101111110101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29865; }

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

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

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

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

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

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

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

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