#B09A63

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

Shades of Barley Corn #B09A63

Tints of Barley Corn #B09A63

Color information

#B09A63 (or 0xB09A63) is unknown color: approx Barley Corn. HEX triplet: B0, 9A and 63. RGB value is (176,154,99). Sum of RGB (Red+Green+Blue) = 176+154+99=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A63 is #4F659C. Grayscale: #9A9A9A. Windows color (decimal): -5203357 or 6527664. OLE color: 6527664.

HSL color Cylindrical-coordinate representation of color #B09A63: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B09A63 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17615499-
CMYK00.120.440.31
HSL42.86º32.77%53.92%-
HSV(B)42.86º43.75%69.02%-
XYZ31.7133.2416.55-
YUV154.3196.79143.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=41.03%
G=35.90%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761549900.120.440.3142.8632.7753.92
HexB09A630C2C1F2b2136
Octal2602321430145437534166
Binary101100001001101011000110110010110011111101011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A63; }

 p { color: rgb(176,154,99); }

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

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

 a { background-color: rgb(176,154,99); }

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

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

 span { border-color: rgb(176,154,99); }

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