#B09D60

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

Shades of Barley Corn #B09D60

Tints of Barley Corn #B09D60

Color information

#B09D60 (or 0xB09D60) is unknown color: approx Barley Corn. HEX triplet: B0, 9D and 60. RGB value is (176,157,96). Sum of RGB (Red+Green+Blue) = 176+157+96=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D60 is #4F629F. Grayscale: #9B9B9B. Windows color (decimal): -5202592 or 6331824. OLE color: 6331824.

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

Color convert

RGB17615796-
CMYK00.110.450.31
HSL45.75º33.61%53.33%-
HSV(B)45.75º45.45%69.02%-
XYZ32.0734.1915.97-
YUV155.7394.29142.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 157 (61.72% from 255) = 36.60%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=41.03%
G=36.60%
B=22.38%

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
Decimal1761579600.110.450.3145.7533.6153.33
HexB09D600B2D1F2e2235
Octal2602351400135537564265
Binary101100001001110111000000101110110111111101110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D60; }

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

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

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

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

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

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

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

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