#B7985A

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

Shades of Barley Corn #B7985A

Tints of Barley Corn #B7985A

Color information

#B7985A (or 0xB7985A) is unknown color: approx Barley Corn. HEX triplet: B7, 98 and 5A. RGB value is (183,152,90). Sum of RGB (Red+Green+Blue) = 183+152+90=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7985A is #4867A5. Grayscale: #9A9A9A. Windows color (decimal): -4745126 or 5937335. OLE color: 5937335.

HSL color Cylindrical-coordinate representation of color #B7985A: hue angle of 40º degrees, saturation: 0.39, 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 #B7985A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18315290-
CMYK00.170.510.28
HSL40º39.24%53.53%-
HSV(B)40º50.82%71.76%-
XYZ32.633.2614.37-
YUV154.291.77148.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=43.06%
G=35.76%
B=21.18%

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
Decimal1831529000.170.510.284039.2453.53
HexB7985A011331C282736
Octal2672301320216334504766
Binary1011011110011000101101001000111001111100101000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7985A; }

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

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

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

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

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

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

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

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