#B8915E

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

Shades of Barley Corn #B8915E

Tints of Barley Corn #B8915E

Color information

#B8915E (or 0xB8915E) is unknown color: approx Barley Corn. HEX triplet: B8, 91 and 5E. RGB value is (184,145,94). Sum of RGB (Red+Green+Blue) = 184+145+94=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8915E is #476EA1. Grayscale: #979797. Windows color (decimal): -4681378 or 6197688. OLE color: 6197688.

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

Color convert

RGB18414594-
CMYK00.210.490.28
HSL34º38.79%54.51%-
HSV(B)34º48.91%72.16%-
XYZ31.9131.2514.94-
YUV150.8595.92151.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=43.50%
G=34.28%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841459400.210.490.283438.7954.51
HexB8915E015311C222737
Octal2702211360256134424767
Binary1011100010010001101111001010111000111100100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8915E; }

 p { color: rgb(184,145,94); }

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

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

 a { background-color: rgb(184,145,94); }

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

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

 span { border-color: rgb(184,145,94); }

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