#B0985A

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

Shades of Barley Corn #B0985A

Tints of Barley Corn #B0985A

Color information

#B0985A (or 0xB0985A) is unknown color: approx Barley Corn. HEX triplet: B0, 98 and 5A. RGB value is (176,152,90). Sum of RGB (Red+Green+Blue) = 176+152+90=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0985A is #4F67A5. Grayscale: #989898. Windows color (decimal): -5203878 or 5937328. OLE color: 5937328.

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

Color convert

RGB17615290-
CMYK00.140.490.31
HSL43.26º35.25%52.16%-
HSV(B)43.26º48.86%69.02%-
XYZ30.9832.4214.3-
YUV152.1192.95145.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=42.11%
G=36.36%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761529000.140.490.3143.2635.2552.16
HexB0985A0E311F2b2334
Octal2602301320166137534364
Binary101100001001100010110100111011000111111101011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0985A; }

 p { color: rgb(176,152,90); }

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

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

 a { background-color: rgb(176,152,90); }

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

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

 span { border-color: rgb(176,152,90); }

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