#B9915E

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

Shades of Barley Corn #B9915E

Tints of Barley Corn #B9915E

Color information

#B9915E (or 0xB9915E) is unknown color: approx Barley Corn. HEX triplet: B9, 91 and 5E. RGB value is (185,145,94). Sum of RGB (Red+Green+Blue) = 185+145+94=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9915E is #466EA1. Grayscale: #979797. Windows color (decimal): -4615842 or 6197689. OLE color: 6197689.

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

Color convert

RGB18514594-
CMYK00.220.490.27
HSL33.63º39.39%54.71%-
HSV(B)33.63º49.19%72.55%-
XYZ32.1531.3714.95-
YUV151.1595.75152.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 94 (37.11% from 255) = 22.17%
R=43.63%
G=34.20%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851459400.220.490.2733.6339.3954.71
HexB9915E016311B222737
Octal2712211360266133424767
Binary1011100110010001101111001011011000111011100010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9915E; }

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

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

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

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

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

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

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

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