#B99156

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

Shades of Barley Corn #B99156

Tints of Barley Corn #B99156

Color information

#B99156 (or 0xB99156) is unknown color: approx Barley Corn. HEX triplet: B9, 91 and 56. RGB value is (185,145,86). Sum of RGB (Red+Green+Blue) = 185+145+86=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B99156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99156 is #466EA9. Grayscale: #969696. Windows color (decimal): -4615850 or 5673401. OLE color: 5673401.

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

Color convert

RGB18514586-
CMYK00.220.540.27
HSL35.76º41.42%53.14%-
HSV(B)35.76º53.51%72.55%-
XYZ31.8131.2413.16-
YUV150.2391.75152.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=44.47%
G=34.86%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851458600.220.540.2735.7641.4253.14
HexB99156016361B242935
Octal2712211260266633445165
Binary1011100110010001101011001011011011011011100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99156; }

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

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

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

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

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

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

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

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