#B98F5A

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

Shades of Barley Corn #B98F5A

Tints of Barley Corn #B98F5A

Color information

#B98F5A (or 0xB98F5A) is unknown color: approx Barley Corn. HEX triplet: B9, 8F and 5A. RGB value is (185,143,90). Sum of RGB (Red+Green+Blue) = 185+143+90=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F5A is #4670A5. Grayscale: #959595. Windows color (decimal): -4616358 or 5935033. OLE color: 5935033.

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

Color convert

RGB18514390-
CMYK00.230.510.27
HSL33.47º40.43%53.92%-
HSV(B)33.47º51.35%72.55%-
XYZ31.6830.713.93-
YUV149.5294.41153.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=44.26%
G=34.21%
B=21.53%

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
Decimal1851439000.230.510.2733.4740.4353.92
HexB98F5A017331B212836
Octal2712171320276333415066
Binary1011100110001111101101001011111001111011100001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F5A; }

 p { color: rgb(185,143,90); }

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

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

 a { background-color: rgb(185,143,90); }

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

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

 span { border-color: rgb(185,143,90); }

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