#B09D61

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

Shades of Barley Corn #B09D61

Tints of Barley Corn #B09D61

Color information

#B09D61 (or 0xB09D61) is unknown color: approx Barley Corn. HEX triplet: B0, 9D and 61. RGB value is (176,157,97). Sum of RGB (Red+Green+Blue) = 176+157+97=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D61 is #4F629E. Grayscale: #9C9C9C. Windows color (decimal): -5202591 or 6397360. OLE color: 6397360.

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

Color convert

RGB17615797-
CMYK00.110.450.31
HSL45.57º33.33%53.53%-
HSV(B)45.57º44.89%69.02%-
XYZ32.1234.2116.22-
YUV155.8494.79142.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=40.93%
G=36.51%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761579700.110.450.3145.5733.3353.53
HexB09D610B2D1F2e2136
Octal2602351410135537564166
Binary101100001001110111000010101110110111111101110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D61; }

 p { color: rgb(176,157,97); }

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

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

 a { background-color: rgb(176,157,97); }

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

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

 span { border-color: rgb(176,157,97); }

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