#B8985A

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

Shades of Barley Corn #B8985A

Tints of Barley Corn #B8985A

Color information

#B8985A (or 0xB8985A) is unknown color: approx Barley Corn. HEX triplet: B8, 98 and 5A. RGB value is (184,152,90). Sum of RGB (Red+Green+Blue) = 184+152+90=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8985A is #4767A5. Grayscale: #9A9A9A. Windows color (decimal): -4679590 or 5937336. OLE color: 5937336.

HSL color Cylindrical-coordinate representation of color #B8985A: hue angle of 39.57º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8985A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18415290-
CMYK00.170.510.28
HSL39.57º39.83%53.73%-
HSV(B)39.57º51.09%72.16%-
XYZ32.8433.3914.39-
YUV154.591.6149.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=43.19%
G=35.68%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841529000.170.510.2839.5739.8353.73
HexB8985A011331C282836
Octal2702301320216334505066
Binary1011100010011000101101001000111001111100101000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8985A; }

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

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

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

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

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

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

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

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