#B98F57

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

Shades of Barley Corn #B98F57

Tints of Barley Corn #B98F57

Color information

#B98F57 (or 0xB98F57) is unknown color: approx Barley Corn. HEX triplet: B9, 8F and 57. RGB value is (185,143,87). Sum of RGB (Red+Green+Blue) = 185+143+87=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F57 is #4670A8. Grayscale: #959595. Windows color (decimal): -4616361 or 5738425. OLE color: 5738425.

HSL color Cylindrical-coordinate representation of color #B98F57: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B98F57 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18514387-
CMYK00.230.530.27
HSL34.29º41.18%53.33%-
HSV(B)34.29º52.97%72.55%-
XYZ31.5530.6513.27-
YUV149.1792.91153.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=44.58%
G=34.46%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851438700.230.530.2734.2941.1853.33
HexB98F57017351B222935
Octal2712171270276533425165
Binary1011100110001111101011101011111010111011100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F57; }

 p { color: rgb(185,143,87); }

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

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

 a { background-color: rgb(185,143,87); }

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

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

 span { border-color: rgb(185,143,87); }

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