#B98D5D

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

Shades of Barley Corn #B98D5D

Tints of Barley Corn #B98D5D

Color information

#B98D5D (or 0xB98D5D) is unknown color: approx Barley Corn. HEX triplet: B9, 8D and 5D. RGB value is (185,141,93). Sum of RGB (Red+Green+Blue) = 185+141+93=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D5D is #4672A2. Grayscale: #949494. Windows color (decimal): -4616867 or 6131129. OLE color: 6131129.

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

Color convert

RGB18514193-
CMYK00.240.500.27
HSL31.3º39.66%54.51%-
HSV(B)31.3º49.73%72.55%-
XYZ31.5130.1514.52-
YUV148.6896.58153.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=44.15%
G=33.65%
B=22.20%

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
Decimal1851419300.240.500.2731.339.6654.51
HexB98D5D018321B1f2837
Octal2712151350306233375067
Binary101110011000110110111010110001100101101111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D5D; }

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

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

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

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

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

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

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

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