#B99663

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

Shades of Barley Corn #B99663

Tints of Barley Corn #B99663

Color information

#B99663 (or 0xB99663) is unknown color: approx Barley Corn. HEX triplet: B9, 96 and 63. RGB value is (185,150,99). Sum of RGB (Red+Green+Blue) = 185+150+99=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99663 is #46699C. Grayscale: #9A9A9A. Windows color (decimal): -4614557 or 6526649. OLE color: 6526649.

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

Color convert

RGB18515099-
CMYK00.190.460.27
HSL35.58º38.05%55.69%-
HSV(B)35.58º46.49%72.55%-
XYZ33.1733.0316.43-
YUV154.6596.6149.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=42.63%
G=34.56%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851509900.190.460.2735.5838.0555.69
HexB996630132E1B242638
Octal2712261430235633444670
Binary1011100110010110110001101001110111011011100100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99663; }

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

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

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

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

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

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

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

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