#B98C61

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

Shades of Barley Corn #B98C61

Tints of Barley Corn #B98C61

Color information

#B98C61 (or 0xB98C61) is unknown color: approx Barley Corn. HEX triplet: B9, 8C and 61. RGB value is (185,140,97). Sum of RGB (Red+Green+Blue) = 185+140+97=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C61 is #46739E. Grayscale: #949494. Windows color (decimal): -4617119 or 6393017. OLE color: 6393017.

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

Color convert

RGB18514097-
CMYK00.240.480.27
HSL29.32º38.6%55.29%-
HSV(B)29.32º47.57%72.55%-
XYZ31.5429.9315.42-
YUV148.5598.91154-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=43.84%
G=33.18%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851409700.240.480.2729.3238.655.29
HexB98C61018301B1d2737
Octal2712141410306033354767
Binary101110011000110011000010110001100001101111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C61; }

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

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

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

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

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

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

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

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