#B98A66

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

Shades of Barley Corn #B98A66

Tints of Barley Corn #B98A66

Color information

#B98A66 (or 0xB98A66) is unknown color: approx Barley Corn. HEX triplet: B9, 8A and 66. RGB value is (185,138,102). Sum of RGB (Red+Green+Blue) = 185+138+102=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A66 is #467599. Grayscale: #949494. Windows color (decimal): -4617626 or 6720185. OLE color: 6720185.

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

Color convert

RGB185138102-
CMYK00.250.450.27
HSL26.02º37.22%56.27%-
HSV(B)26.02º44.86%72.55%-
XYZ31.4929.4516.59-
YUV147.95102.07154.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 102 (40.23% from 255) = 24%
R=43.53%
G=32.47%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513810200.250.450.2726.0237.2256.27
HexB98A660192D1B1a2538
Octal2712121460315533324570
Binary101110011000101011001100110011011011101111010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A66; }

 p { color: rgb(185,138,102); }

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

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

 a { background-color: rgb(185,138,102); }

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

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

 span { border-color: rgb(185,138,102); }

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