#B99964

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

Shades of Barley Corn #B99964

Tints of Barley Corn #B99964

Color information

#B99964 (or 0xB99964) is unknown color: approx Barley Corn. HEX triplet: B9, 99 and 64. RGB value is (185,153,100). Sum of RGB (Red+Green+Blue) = 185+153+100=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B99964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99964 is #46669B. Grayscale: #9C9C9C. Windows color (decimal): -4613788 or 6592953. OLE color: 6592953.

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

Color convert

RGB185153100-
CMYK00.170.460.27
HSL37.41º37.78%55.88%-
HSV(B)37.41º45.95%72.55%-
XYZ33.734.0216.85-
YUV156.5396.1148.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=42.24%
G=34.93%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515310000.170.460.2737.4137.7855.88
HexB999640112E1B252638
Octal2712311440215633454670
Binary1011100110011001110010001000110111011011100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99964; }

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

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

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

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

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

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

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

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