#B99664

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

Shades of Barley Corn #B99664

Tints of Barley Corn #B99664

Color information

#B99664 (or 0xB99664) is unknown color: approx Barley Corn. HEX triplet: B9, 96 and 64. RGB value is (185,150,100). Sum of RGB (Red+Green+Blue) = 185+150+100=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B99664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99664 is #46699B. Grayscale: #9B9B9B. Windows color (decimal): -4614556 or 6592185. OLE color: 6592185.

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

Color convert

RGB185150100-
CMYK00.190.460.27
HSL35.29º37.78%55.88%-
HSV(B)35.29º45.95%72.55%-
XYZ33.2133.0516.68-
YUV154.7797.1149.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=42.53%
G=34.48%
B=22.99%

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
Decimal18515010000.190.460.2735.2937.7855.88
HexB996640132E1B232638
Octal2712261440235633434670
Binary1011100110010110110010001001110111011011100011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99664; }

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

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

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

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

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

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

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

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