#B98C66

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

Shades of Barley Corn #B98C66

Tints of Barley Corn #B98C66

Color information

#B98C66 (or 0xB98C66) is unknown color: approx Barley Corn. HEX triplet: B9, 8C and 66. RGB value is (185,140,102). Sum of RGB (Red+Green+Blue) = 185+140+102=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C66 is #467399. Grayscale: #959595. Windows color (decimal): -4617114 or 6720697. OLE color: 6720697.

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

Color convert

RGB185140102-
CMYK00.240.450.27
HSL27.47º37.22%56.27%-
HSV(B)27.47º44.86%72.55%-
XYZ31.7830.0316.69-
YUV149.12101.41153.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=43.33%
G=32.79%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514010200.240.450.2727.4737.2256.27
HexB98C660182D1B1b2538
Octal2712141460305533334570
Binary101110011000110011001100110001011011101111011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C66; }

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

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

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

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

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

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

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

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