#B98E5B

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

Shades of Barley Corn #B98E5B

Tints of Barley Corn #B98E5B

Color information

#B98E5B (or 0xB98E5B) is unknown color: approx Barley Corn. HEX triplet: B9, 8E and 5B. RGB value is (185,142,91). Sum of RGB (Red+Green+Blue) = 185+142+91=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E5B is #4671A4. Grayscale: #959595. Windows color (decimal): -4616613 or 6000313. OLE color: 6000313.

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

Color convert

RGB18514291-
CMYK00.230.510.27
HSL32.55º40.17%54.12%-
HSV(B)32.55º50.81%72.55%-
XYZ31.5730.4214.1-
YUV149.0495.25153.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=44.26%
G=33.97%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851429100.230.510.2732.5540.1754.12
HexB98E5B017331B212836
Octal2712161330276333415066
Binary1011100110001110101101101011111001111011100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E5B; }

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

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

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

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

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

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

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

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