#B09A6B

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

Shades of Barley Corn #B09A6B

Tints of Barley Corn #B09A6B

Color information

#B09A6B (or 0xB09A6B) is unknown color: approx Barley Corn. HEX triplet: B0, 9A and 6B. RGB value is (176,154,107). Sum of RGB (Red+Green+Blue) = 176+154+107=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A6B is #4F6594. Grayscale: #9B9B9B. Windows color (decimal): -5203349 or 7051952. OLE color: 7051952.

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

Color convert

RGB176154107-
CMYK00.120.390.31
HSL40.87º30.4%55.49%-
HSV(B)40.87º39.2%69.02%-
XYZ32.1133.418.66-
YUV155.22100.79142.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 154 (60.55% from 255) = 35.24%
BLUE value IS 107 (42.19% from 255) = 24.49%
R=40.27%
G=35.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615410700.120.390.3140.8730.455.49
HexB09A6B0C271F291e37
Octal2602321530144737513667
Binary10110000100110101101011011001001111111110100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A6B; }

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

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

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

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

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

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

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

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