#B1985B

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

Shades of Barley Corn #B1985B

Tints of Barley Corn #B1985B

Color information

#B1985B (or 0xB1985B) is unknown color: approx Barley Corn. HEX triplet: B1, 98 and 5B. RGB value is (177,152,91). Sum of RGB (Red+Green+Blue) = 177+152+91=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1985B is #4E67A4. Grayscale: #989898. Windows color (decimal): -5138341 or 6002865. OLE color: 6002865.

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

Color convert

RGB17715291-
CMYK00.140.490.31
HSL42.56º35.54%52.55%-
HSV(B)42.56º48.59%69.41%-
XYZ31.2532.5614.54-
YUV152.5293.28145.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 91 (35.94% from 255) = 21.67%
R=42.14%
G=36.19%
B=21.67%

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
Decimal1771529100.140.490.3142.5635.5452.55
HexB1985B0E311F2b2435
Octal2612301330166137534465
Binary101100011001100010110110111011000111111101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1985B; }

 p { color: rgb(177,152,91); }

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

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

 a { background-color: rgb(177,152,91); }

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

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

 span { border-color: rgb(177,152,91); }

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