#B98B63

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

Shades of Barley Corn #B98B63

Tints of Barley Corn #B98B63

Color information

#B98B63 (or 0xB98B63) is unknown color: approx Barley Corn. HEX triplet: B9, 8B and 63. RGB value is (185,139,99). Sum of RGB (Red+Green+Blue) = 185+139+99=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B63 is #46749C. Grayscale: #949494. Windows color (decimal): -4617373 or 6523833. OLE color: 6523833.

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

Color convert

RGB18513999-
CMYK00.250.460.27
HSL27.91º38.05%55.69%-
HSV(B)27.91º46.49%72.55%-
XYZ31.4929.6815.87-
YUV148.19100.24154.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=43.74%
G=32.86%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851399900.250.460.2727.9138.0555.69
HexB98B630192E1B1c2638
Octal2712131430315633344670
Binary101110011000101111000110110011011101101111100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B63; }

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

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

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

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

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

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

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

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