#B89766

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

Shades of Barley Corn #B89766

Tints of Barley Corn #B89766

Color information

#B89766 (or 0xB89766) is unknown color: approx Barley Corn. HEX triplet: B8, 97 and 66. RGB value is (184,151,102). Sum of RGB (Red+Green+Blue) = 184+151+102=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B89766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89766 is #476899. Grayscale: #9B9B9B. Windows color (decimal): -4679834 or 6723512. OLE color: 6723512.

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

Color convert

RGB184151102-
CMYK00.180.450.28
HSL35.85º36.61%56.08%-
HSV(B)35.85º44.57%72.16%-
XYZ33.2333.2817.24-
YUV155.2897.93148.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=42.11%
G=34.55%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415110200.180.450.2835.8536.6156.08
HexB897660122D1C242538
Octal2702271460225534444570
Binary1011100010010111110011001001010110111100100100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89766; }

 p { color: rgb(184,151,102); }

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

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

 a { background-color: rgb(184,151,102); }

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

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

 span { border-color: rgb(184,151,102); }

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