#B29065

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

Shades of Barley Corn #B29065

Tints of Barley Corn #B29065

Color information

#B29065 (or 0xB29065) is unknown color: approx Barley Corn. HEX triplet: B2, 90 and 65. RGB value is (178,144,101). Sum of RGB (Red+Green+Blue) = 178+144+101=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B29065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29065 is #4D6F9A. Grayscale: #959595. Windows color (decimal): -5074843 or 6656178. OLE color: 6656178.

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

Color convert

RGB178144101-
CMYK00.190.430.30
HSL33.51º33.33%54.71%-
HSV(B)33.51º43.26%69.8%-
XYZ30.6830.3516.55-
YUV149.26100.76148.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=42.08%
G=34.04%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814410100.190.430.3033.5133.3354.71
HexB290650132B1E222137
Octal2622201450235336424167
Binary1011001010010000110010101001110101111110100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29065; }

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

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

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

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

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

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

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

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