#B99163

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

Shades of Barley Corn #B99163

Tints of Barley Corn #B99163

Color information

#B99163 (or 0xB99163) is unknown color: approx Barley Corn. HEX triplet: B9, 91 and 63. RGB value is (185,145,99). Sum of RGB (Red+Green+Blue) = 185+145+99=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B99163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99163 is #466E9C. Grayscale: #979797. Windows color (decimal): -4615837 or 6525369. OLE color: 6525369.

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

Color convert

RGB18514599-
CMYK00.220.460.27
HSL32.09º38.05%55.69%-
HSV(B)32.09º46.49%72.55%-
XYZ32.3931.4716.17-
YUV151.7298.25151.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=43.12%
G=33.80%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851459900.220.460.2732.0938.0555.69
HexB991630162E1B202638
Octal2712211430265633404670
Binary1011100110010001110001101011010111011011100000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99163; }

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

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

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

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

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

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

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

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