#B09C69

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

Shades of Barley Corn #B09C69

Tints of Barley Corn #B09C69

Color information

#B09C69 (or 0xB09C69) is unknown color: approx Barley Corn. HEX triplet: B0, 9C and 69. RGB value is (176,156,105). Sum of RGB (Red+Green+Blue) = 176+156+105=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C69 is #4F6396. Grayscale: #9C9C9C. Windows color (decimal): -5202839 or 6921392. OLE color: 6921392.

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

Color convert

RGB176156105-
CMYK00.110.400.31
HSL43.1º31%55.1%-
HSV(B)43.1º40.34%69.02%-
XYZ32.3434.0318.23-
YUV156.1799.13142.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=40.27%
G=35.70%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615610500.110.400.3143.13155.1
HexB09C690B281F2b1f37
Octal2602341510135037533767
Binary10110000100111001101001010111010001111110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C69; }

 p { color: rgb(176,156,105); }

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

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

 a { background-color: rgb(176,156,105); }

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

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

 span { border-color: rgb(176,156,105); }

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