#B98E62

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

Shades of Barley Corn #B98E62

Tints of Barley Corn #B98E62

Color information

#B98E62 (or 0xB98E62) is unknown color: approx Barley Corn. HEX triplet: B9, 8E and 62. RGB value is (185,142,98). Sum of RGB (Red+Green+Blue) = 185+142+98=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E62 is #46719D. Grayscale: #969696. Windows color (decimal): -4616606 or 6459065. OLE color: 6459065.

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

Color convert

RGB18514298-
CMYK00.230.470.27
HSL30.34º38.33%55.49%-
HSV(B)30.34º47.03%72.55%-
XYZ31.8930.5415.77-
YUV149.8498.75153.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=43.53%
G=33.41%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851429800.230.470.2730.3438.3355.49
HexB98E620172F1B1e2637
Octal2712161420275733364667
Binary101110011000111011000100101111011111101111110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E62; }

 p { color: rgb(185,142,98); }

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

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

 a { background-color: rgb(185,142,98); }

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

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

 span { border-color: rgb(185,142,98); }

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