#B98963

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

Shades of Barley Corn #B98963

Tints of Barley Corn #B98963

Color information

#B98963 (or 0xB98963) is unknown color: approx Barley Corn. HEX triplet: B9, 89 and 63. RGB value is (185,137,99). Sum of RGB (Red+Green+Blue) = 185+137+99=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B98963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98963 is #46769C. Grayscale: #939393. Windows color (decimal): -4617885 or 6523321. OLE color: 6523321.

HSL color Cylindrical-coordinate representation of color #B98963: hue angle of 26.51º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B98963 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18513799-
CMYK00.260.460.27
HSL26.51º38.05%55.69%-
HSV(B)26.51º46.49%72.55%-
XYZ31.2129.1115.78-
YUV147.02100.9155.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 99 (39.06% from 255) = 23.52%
R=43.94%
G=32.54%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851379900.260.460.2726.5138.0555.69
HexB9896301A2E1B1b2638
Octal2712111430325633334670
Binary101110011000100111000110110101011101101111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98963; }

 p { color: rgb(185,137,99); }

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

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

 a { background-color: rgb(185,137,99); }

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

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

 span { border-color: rgb(185,137,99); }

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