#B09C60

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

Shades of Barley Corn #B09C60

Tints of Barley Corn #B09C60

Color information

#B09C60 (or 0xB09C60) is unknown color: approx Barley Corn. HEX triplet: B0, 9C and 60. RGB value is (176,156,96). Sum of RGB (Red+Green+Blue) = 176+156+96=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C60 is #4F639F. Grayscale: #9B9B9B. Windows color (decimal): -5202848 or 6331568. OLE color: 6331568.

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

Color convert

RGB17615696-
CMYK00.110.450.31
HSL45º33.61%53.33%-
HSV(B)45º45.45%69.02%-
XYZ31.933.8515.92-
YUV155.1494.63142.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=41.12%
G=36.45%
B=22.43%

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
Decimal1761569600.110.450.314533.6153.33
HexB09C600B2D1F2d2235
Octal2602341400135537554265
Binary101100001001110011000000101110110111111101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C60; }

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

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

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

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

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

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

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

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