#B89C65

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

Shades of Barley Corn #B89C65

Tints of Barley Corn #B89C65

Color information

#B89C65 (or 0xB89C65) is unknown color: approx Barley Corn. HEX triplet: B8, 9C and 65. RGB value is (184,156,101). Sum of RGB (Red+Green+Blue) = 184+156+101=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C65 is #47639A. Grayscale: #9E9E9E. Windows color (decimal): -4678555 or 6659256. OLE color: 6659256.

HSL color Cylindrical-coordinate representation of color #B89C65: hue angle of 39.76º 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 #B89C65 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB184156101-
CMYK00.150.450.28
HSL39.76º36.89%55.88%-
HSV(B)39.76º45.11%72.16%-
XYZ3434.9117.26-
YUV158.195.78146.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=41.72%
G=35.37%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415610100.150.450.2839.7636.8955.88
HexB89C650F2D1C282538
Octal2702341450175534504570
Binary101110001001110011001010111110110111100101000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C65; }

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

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

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

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

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

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

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

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