#B29D6B

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

Shades of Barley Corn #B29D6B

Tints of Barley Corn #B29D6B

Color information

#B29D6B (or 0xB29D6B) is unknown color: approx Barley Corn. HEX triplet: B2, 9D and 6B. RGB value is (178,157,107). Sum of RGB (Red+Green+Blue) = 178+157+107=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D6B is #4D6294. Grayscale: #9D9D9D. Windows color (decimal): -5071509 or 7052722. OLE color: 7052722.

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

Color convert

RGB178157107-
CMYK00.120.400.30
HSL42.25º31.56%55.88%-
HSV(B)42.25º39.89%69.8%-
XYZ33.0734.6418.85-
YUV157.5899.46142.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 157 (61.72% from 255) = 35.52%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=40.27%
G=35.52%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815710700.120.400.3042.2531.5655.88
HexB29D6B0C281E2a2038
Octal2622351530145036524070
Binary101100101001110111010110110010100011110101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D6B; }

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

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

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

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

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

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

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

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