#B09A5C

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

Shades of Barley Corn #B09A5C

Tints of Barley Corn #B09A5C

Color information

#B09A5C (or 0xB09A5C) is unknown color: approx Barley Corn. HEX triplet: B0, 9A and 5C. RGB value is (176,154,92). Sum of RGB (Red+Green+Blue) = 176+154+92=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A5C is #4F65A3. Grayscale: #999999. Windows color (decimal): -5203364 or 6068912. OLE color: 6068912.

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

Color convert

RGB17615492-
CMYK00.120.480.31
HSL44.29º34.71%52.55%-
HSV(B)44.29º47.73%69.02%-
XYZ31.3933.1114.86-
YUV153.5193.29144.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=41.71%
G=36.49%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761549200.120.480.3144.2934.7152.55
HexB09A5C0C301F2c2335
Octal2602321340146037544365
Binary101100001001101010111000110011000011111101100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A5C; }

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

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

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

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

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

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

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

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