#B09A6A

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

Shades of Barley Corn #B09A6A

Tints of Barley Corn #B09A6A

Color information

#B09A6A (or 0xB09A6A) is unknown color: approx Barley Corn. HEX triplet: B0, 9A and 6A. RGB value is (176,154,106). Sum of RGB (Red+Green+Blue) = 176+154+106=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A6A is #4F6595. Grayscale: #9B9B9B. Windows color (decimal): -5203350 or 6986416. OLE color: 6986416.

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

Color convert

RGB176154106-
CMYK00.120.400.31
HSL41.14º30.7%55.29%-
HSV(B)41.14º39.77%69.02%-
XYZ32.0633.3818.39-
YUV155.11100.29142.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=40.37%
G=35.32%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615410600.120.400.3141.1430.755.29
HexB09A6A0C281F291f37
Octal2602321520145037513767
Binary10110000100110101101010011001010001111110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A6A; }

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

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

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

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

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

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

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

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