#B29B6B

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

Shades of Barley Corn #B29B6B

Tints of Barley Corn #B29B6B

Color information

#B29B6B (or 0xB29B6B) is unknown color: approx Barley Corn. HEX triplet: B2, 9B and 6B. RGB value is (178,155,107). Sum of RGB (Red+Green+Blue) = 178+155+107=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29B6B is #4D6494. Grayscale: #9C9C9C. Windows color (decimal): -5072021 or 7052210. OLE color: 7052210.

HSL color Cylindrical-coordinate representation of color #B29B6B: hue angle of 40.56º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B29B6B is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178155107-
CMYK00.130.400.30
HSL40.56º31.56%55.88%-
HSV(B)40.56º39.89%69.8%-
XYZ32.7433.9718.74-
YUV156.4100.12143.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 107 (42.19% from 255) = 24.32%
R=40.45%
G=35.23%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815510700.130.400.3040.5631.5655.88
HexB29B6B0D281E292038
Octal2622331530155036514070
Binary101100101001101111010110110110100011110101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B6B; }

 p { color: rgb(178,155,107); }

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

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

 a { background-color: rgb(178,155,107); }

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

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

 span { border-color: rgb(178,155,107); }

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