#B09762

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

Shades of Barley Corn #B09762

Tints of Barley Corn #B09762

Color information

#B09762 (or 0xB09762) is unknown color: approx Barley Corn. HEX triplet: B0, 97 and 62. RGB value is (176,151,98). Sum of RGB (Red+Green+Blue) = 176+151+98=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B09762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09762 is #4F689D. Grayscale: #989898. Windows color (decimal): -5204126 or 6461360. OLE color: 6461360.

HSL color Cylindrical-coordinate representation of color #B09762: hue angle of 40.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B09762 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17615198-
CMYK00.140.440.31
HSL40.77º33.05%53.73%-
HSV(B)40.77º44.32%69.02%-
XYZ31.1832.2516.14-
YUV152.4397.28144.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=41.41%
G=35.53%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761519800.140.440.3140.7733.0553.73
HexB097620E2C1F292136
Octal2602271420165437514166
Binary101100001001011111000100111010110011111101001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09762; }

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

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

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

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

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

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

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

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