#B99A61

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

Shades of Barley Corn #B99A61

Tints of Barley Corn #B99A61

Color information

#B99A61 (or 0xB99A61) is unknown color: approx Barley Corn. HEX triplet: B9, 9A and 61. RGB value is (185,154,97). Sum of RGB (Red+Green+Blue) = 185+154+97=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A61 is #46659E. Grayscale: #9D9D9D. Windows color (decimal): -4613535 or 6396601. OLE color: 6396601.

HSL color Cylindrical-coordinate representation of color #B99A61: hue angle of 38.86º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B99A61 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18515497-
CMYK00.170.480.27
HSL38.86º38.6%55.29%-
HSV(B)38.86º47.57%72.55%-
XYZ33.7234.2916.15-
YUV156.7794.27148.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=42.43%
G=35.32%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851549700.170.480.2738.8638.655.29
HexB99A61011301B272737
Octal2712321410216033474767
Binary1011100110011010110000101000111000011011100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A61; }

 p { color: rgb(185,154,97); }

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

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

 a { background-color: rgb(185,154,97); }

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

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

 span { border-color: rgb(185,154,97); }

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