#b09d65

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

Shades of Barley Corn #B09D65

Tints of Barley Corn #B09D65

Color information

#B09D65 (or 0xB09D65) is unknown color: approx Barley Corn. HEX triplet: B0, 9D and 65. RGB value is (176,157,101). Sum of RGB (Red+Green+Blue) = 176+157+101=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D65 is #4F629A. Grayscale: #9C9C9C. Windows color (decimal): -5202587 or 6659504. OLE color: 6659504.

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

Color convert

RGB176157101-
CMYK00.110.430.31
HSL44.8º32.19%54.31%-
HSV(B)44.8º42.61%69.02%-
XYZ32.3134.2817.23-
YUV156.396.79142.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=40.55%
G=36.18%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615710100.110.430.3144.832.1954.31
HexB09D650B2B1F2d2036
Octal2602351450135337554066
Binary101100001001110111001010101110101111111101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09d65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09d65; }

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

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

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

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

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

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

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

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