#B1985C

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

Shades of Barley Corn #B1985C

Tints of Barley Corn #B1985C

Color information

#B1985C (or 0xB1985C) is unknown color: approx Barley Corn. HEX triplet: B1, 98 and 5C. RGB value is (177,152,92). Sum of RGB (Red+Green+Blue) = 177+152+92=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1985C is #4E67A3. Grayscale: #989898. Windows color (decimal): -5138340 or 6068401. OLE color: 6068401.

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

Color convert

RGB17715292-
CMYK00.140.480.31
HSL42.35º35.27%52.75%-
HSV(B)42.35º48.02%69.41%-
XYZ31.2932.5814.76-
YUV152.6493.78145.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=42.04%
G=36.10%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771529200.140.480.3142.3535.2752.75
HexB1985C0E301F2a2335
Octal2612301340166037524365
Binary101100011001100010111000111011000011111101010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1985C; }

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

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

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

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

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

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

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

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