#B8985F

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

Shades of Barley Corn #B8985F

Tints of Barley Corn #B8985F

Color information

#B8985F (or 0xB8985F) is unknown color: approx Barley Corn. HEX triplet: B8, 98 and 5F. RGB value is (184,152,95). Sum of RGB (Red+Green+Blue) = 184+152+95=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8985F is #4767A0. Grayscale: #9B9B9B. Windows color (decimal): -4679585 or 6265016. OLE color: 6265016.

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

Color convert

RGB18415295-
CMYK00.170.480.28
HSL38.43º38.53%54.71%-
HSV(B)38.43º48.37%72.16%-
XYZ33.0633.4715.54-
YUV155.0794.1148.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=42.69%
G=35.27%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841529500.170.480.2838.4338.5354.71
HexB8985F011301C262737
Octal2702301370216034464767
Binary1011100010011000101111101000111000011100100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8985F; }

 p { color: rgb(184,152,95); }

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

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

 a { background-color: rgb(184,152,95); }

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

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

 span { border-color: rgb(184,152,95); }

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