#B99861

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

Shades of Barley Corn #B99861

Tints of Barley Corn #B99861

Color information

#B99861 (or 0xB99861) is unknown color: approx Barley Corn. HEX triplet: B9, 98 and 61. RGB value is (185,152,97). Sum of RGB (Red+Green+Blue) = 185+152+97=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B99861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99861 is #46679E. Grayscale: #9B9B9B. Windows color (decimal): -4614047 or 6396089. OLE color: 6396089.

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

Color convert

RGB18515297-
CMYK00.180.480.27
HSL37.5º38.6%55.29%-
HSV(B)37.5º47.57%72.55%-
XYZ33.3933.6316.04-
YUV155.694.93148.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=42.63%
G=35.02%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851529700.180.480.2737.538.655.29
HexB99861012301B262737
Octal2712301410226033464767
Binary1011100110011000110000101001011000011011100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99861; }

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

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

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

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

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

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

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

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