#B98C5D

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

Shades of Barley Corn #B98C5D

Tints of Barley Corn #B98C5D

Color information

#B98C5D (or 0xB98C5D) is unknown color: approx Barley Corn. HEX triplet: B9, 8C and 5D. RGB value is (185,140,93). Sum of RGB (Red+Green+Blue) = 185+140+93=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C5D is #4673A2. Grayscale: #949494. Windows color (decimal): -4617123 or 6130873. OLE color: 6130873.

HSL color Cylindrical-coordinate representation of color #B98C5D: hue angle of 30.65º 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 #B98C5D is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB18514093-
CMYK00.240.500.27
HSL30.65º39.66%54.51%-
HSV(B)30.65º49.73%72.55%-
XYZ31.3629.8614.47-
YUV148.196.91154.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=44.26%
G=33.49%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851409300.240.500.2730.6539.6654.51
HexB98C5D018321B1f2837
Octal2712141350306233375067
Binary101110011000110010111010110001100101101111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C5D; }

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

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

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

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

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

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

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

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