#B89D64

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

Shades of Barley Corn #B89D64

Tints of Barley Corn #B89D64

Color information

#B89D64 (or 0xB89D64) is unknown color: approx Barley Corn. HEX triplet: B8, 9D and 64. RGB value is (184,157,100). Sum of RGB (Red+Green+Blue) = 184+157+100=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D64 is #47629B. Grayscale: #9E9E9E. Windows color (decimal): -4678300 or 6593976. OLE color: 6593976.

HSL color Cylindrical-coordinate representation of color #B89D64: hue angle of 40.71º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B89D64 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB184157100-
CMYK00.150.460.28
HSL40.71º37.17%55.69%-
HSV(B)40.71º45.65%72.16%-
XYZ34.1235.2217.06-
YUV158.5794.95146.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=41.72%
G=35.60%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415710000.150.460.2840.7137.1755.69
HexB89D640F2E1C292538
Octal2702351440175634514570
Binary101110001001110111001000111110111011100101001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D64; }

 p { color: rgb(184,157,100); }

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

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

 a { background-color: rgb(184,157,100); }

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

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

 span { border-color: rgb(184,157,100); }

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