#B7985E

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

Shades of Barley Corn #B7985E

Tints of Barley Corn #B7985E

Color information

#B7985E (or 0xB7985E) is unknown color: approx Barley Corn. HEX triplet: B7, 98 and 5E. RGB value is (183,152,94). Sum of RGB (Red+Green+Blue) = 183+152+94=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7985E is #4867A1. Grayscale: #9A9A9A. Windows color (decimal): -4745122 or 6199479. OLE color: 6199479.

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

Color convert

RGB18315294-
CMYK00.170.490.28
HSL39.1º38.2%54.31%-
HSV(B)39.1º48.63%71.76%-
XYZ32.7833.3315.3-
YUV154.6693.77148.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=42.66%
G=35.43%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831529400.170.490.2839.138.254.31
HexB7985E011311C272636
Octal2672301360216134474666
Binary1011011110011000101111001000111000111100100111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7985E; }

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

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

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

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

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

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

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

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