#B99756

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

Shades of Barley Corn #B99756

Tints of Barley Corn #B99756

Color information

#B99756 (or 0xB99756) is unknown color: approx Barley Corn. HEX triplet: B9, 97 and 56. RGB value is (185,151,86). Sum of RGB (Red+Green+Blue) = 185+151+86=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B99756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99756 is #4668A9. Grayscale: #9A9A9A. Windows color (decimal): -4614314 or 5674937. OLE color: 5674937.

HSL color Cylindrical-coordinate representation of color #B99756: hue angle of 39.39º 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 #B99756 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18515186-
CMYK00.180.540.27
HSL39.39º41.42%53.14%-
HSV(B)39.39º53.51%72.55%-
XYZ32.7533.1213.47-
YUV153.7689.76150.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 86 (33.98% from 255) = 20.38%
R=43.84%
G=35.78%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851518600.180.540.2739.3941.4253.14
HexB99756012361B272935
Octal2712271260226633475165
Binary1011100110010111101011001001011011011011100111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99756; }

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

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

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

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

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

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

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

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