#B09D68

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

Shades of Barley Corn #B09D68

Tints of Barley Corn #B09D68

Color information

#B09D68 (or 0xB09D68) is unknown color: approx Barley Corn. HEX triplet: B0, 9D and 68. RGB value is (176,157,104). Sum of RGB (Red+Green+Blue) = 176+157+104=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D68 is #4F6297. Grayscale: #9C9C9C. Windows color (decimal): -5202584 or 6856112. OLE color: 6856112.

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

Color convert

RGB176157104-
CMYK00.110.410.31
HSL44.17º31.3%54.9%-
HSV(B)44.17º40.91%69.02%-
XYZ32.4634.3418.01-
YUV156.6498.29141.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=40.27%
G=35.93%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615710400.110.410.3144.1731.354.9
HexB09D680B291F2c1f37
Octal2602351500135137543767
Binary10110000100111011101000010111010011111110110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D68; }

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

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

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

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

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

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

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

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