#B09760

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

Shades of Barley Corn #B09760

Tints of Barley Corn #B09760

Color information

#B09760 (or 0xB09760) is unknown color: approx Barley Corn. HEX triplet: B0, 97 and 60. RGB value is (176,151,96). Sum of RGB (Red+Green+Blue) = 176+151+96=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B09760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09760 is #4F689F. Grayscale: #989898. Windows color (decimal): -5204128 or 6330288. OLE color: 6330288.

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

Color convert

RGB17615196-
CMYK00.140.450.31
HSL41.25º33.61%53.33%-
HSV(B)41.25º45.45%69.02%-
XYZ31.0832.2115.64-
YUV152.296.28144.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=41.61%
G=35.70%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761519600.140.450.3141.2533.6153.33
HexB097600E2D1F292235
Octal2602271400165537514265
Binary101100001001011111000000111010110111111101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09760; }

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

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

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

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

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

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

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

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