#B09D64

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

Shades of Barley Corn #B09D64

Tints of Barley Corn #B09D64

Color information

#B09D64 (or 0xB09D64) is unknown color: approx Barley Corn. HEX triplet: B0, 9D and 64. RGB value is (176,157,100). Sum of RGB (Red+Green+Blue) = 176+157+100=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D64 is #4F629B. Grayscale: #9C9C9C. Windows color (decimal): -5202588 or 6593968. OLE color: 6593968.

HSL color Cylindrical-coordinate representation of color #B09D64: hue angle of 45º 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 #B09D64 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB176157100-
CMYK00.110.430.31
HSL45º32.48%54.12%-
HSV(B)45º43.18%69.02%-
XYZ32.2634.2616.97-
YUV156.1896.29142.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=40.65%
G=36.26%
B=23.09%

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
Decimal17615710000.110.430.314532.4854.12
HexB09D640B2B1F2d2036
Octal2602351440135337554066
Binary101100001001110111001000101110101111111101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D64; }

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

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

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

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

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

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

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

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