#B09960

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

Shades of Barley Corn #B09960

Tints of Barley Corn #B09960

Color information

#B09960 (or 0xB09960) is unknown color: approx Barley Corn. HEX triplet: B0, 99 and 60. RGB value is (176,153,96). Sum of RGB (Red+Green+Blue) = 176+153+96=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B09960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09960 is #4F669F. Grayscale: #999999. Windows color (decimal): -5203616 or 6330800. OLE color: 6330800.

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

Color convert

RGB17615396-
CMYK00.130.450.31
HSL42.75º33.61%53.33%-
HSV(B)42.75º45.45%69.02%-
XYZ31.4132.8615.75-
YUV153.3895.62144.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=41.41%
G=36%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761539600.130.450.3142.7533.6153.33
HexB099600D2D1F2b2235
Octal2602311400155537534265
Binary101100001001100111000000110110110111111101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09960; }

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

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

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

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

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

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

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

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