#B89B65

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

Shades of Barley Corn #B89B65

Tints of Barley Corn #B89B65

Color information

#B89B65 (or 0xB89B65) is unknown color: approx Barley Corn. HEX triplet: B8, 9B and 65. RGB value is (184,155,101). Sum of RGB (Red+Green+Blue) = 184+155+101=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B65 is #47649A. Grayscale: #9D9D9D. Windows color (decimal): -4678811 or 6659000. OLE color: 6659000.

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

Color convert

RGB184155101-
CMYK00.160.450.28
HSL39.04º36.89%55.88%-
HSV(B)39.04º45.11%72.16%-
XYZ33.8434.5717.2-
YUV157.5296.11146.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=41.82%
G=35.23%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415510100.160.450.2839.0436.8955.88
HexB89B650102D1C272538
Octal2702331450205534474570
Binary1011100010011011110010101000010110111100100111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B65; }

 p { color: rgb(184,155,101); }

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

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

 a { background-color: rgb(184,155,101); }

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

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

 span { border-color: rgb(184,155,101); }

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