#B98C5B

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

Shades of Barley Corn #B98C5B

Tints of Barley Corn #B98C5B

Color information

#B98C5B (or 0xB98C5B) is unknown color: approx Barley Corn. HEX triplet: B9, 8C and 5B. RGB value is (185,140,91). Sum of RGB (Red+Green+Blue) = 185+140+91=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C5B is #4673A4. Grayscale: #949494. Windows color (decimal): -4617125 or 5999801. OLE color: 5999801.

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

Color convert

RGB18514091-
CMYK00.240.510.27
HSL31.28º40.17%54.12%-
HSV(B)31.28º50.81%72.55%-
XYZ31.2729.8314.01-
YUV147.8795.91154.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=44.47%
G=33.65%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851409100.240.510.2731.2840.1754.12
HexB98C5B018331B1f2836
Octal2712141330306333375066
Binary101110011000110010110110110001100111101111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C5B; }

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

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

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

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

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

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

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

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