#B98E5D

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

Shades of Barley Corn #B98E5D

Tints of Barley Corn #B98E5D

Color information

#B98E5D (or 0xB98E5D) is unknown color: approx Barley Corn. HEX triplet: B9, 8E and 5D. RGB value is (185,142,93). Sum of RGB (Red+Green+Blue) = 185+142+93=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E5D is #4671A2. Grayscale: #959595. Windows color (decimal): -4616611 or 6131385. OLE color: 6131385.

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

Color convert

RGB18514293-
CMYK00.230.500.27
HSL31.96º39.66%54.51%-
HSV(B)31.96º49.73%72.55%-
XYZ31.6630.4514.57-
YUV149.2796.25153.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=44.05%
G=33.81%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851429300.230.500.2731.9639.6654.51
HexB98E5D017321B202837
Octal2712161350276233405067
Binary1011100110001110101110101011111001011011100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E5D; }

 p { color: rgb(185,142,93); }

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

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

 a { background-color: rgb(185,142,93); }

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

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

 span { border-color: rgb(185,142,93); }

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