#B09562

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

Shades of Barley Corn #B09562

Tints of Barley Corn #B09562

Color information

#B09562 (or 0xB09562) is unknown color: approx Barley Corn. HEX triplet: B0, 95 and 62. RGB value is (176,149,98). Sum of RGB (Red+Green+Blue) = 176+149+98=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B09562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09562 is #4F6A9D. Grayscale: #979797. Windows color (decimal): -5204638 or 6460848. OLE color: 6460848.

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

Color convert

RGB17614998-
CMYK00.150.440.31
HSL39.23º33.05%53.73%-
HSV(B)39.23º44.32%69.02%-
XYZ30.8631.6116.03-
YUV151.2697.95145.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=41.61%
G=35.22%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761499800.150.440.3139.2333.0553.73
HexB095620F2C1F272136
Octal2602251420175437474166
Binary101100001001010111000100111110110011111100111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09562; }

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

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

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

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

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

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

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

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