#B89A66

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

Shades of Barley Corn #B89A66

Tints of Barley Corn #B89A66

Color information

#B89A66 (or 0xB89A66) is unknown color: approx Barley Corn. HEX triplet: B8, 9A and 66. RGB value is (184,154,102). Sum of RGB (Red+Green+Blue) = 184+154+102=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A66 is #476599. Grayscale: #9D9D9D. Windows color (decimal): -4679066 or 6724280. OLE color: 6724280.

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

Color convert

RGB184154102-
CMYK00.160.450.28
HSL38.05º36.61%56.08%-
HSV(B)38.05º44.57%72.16%-
XYZ33.7234.2617.41-
YUV157.0496.94147.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 154 (60.55% from 255) = 35%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=41.82%
G=35%
B=23.18%

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
Decimal18415410200.160.450.2838.0536.6156.08
HexB89A660102D1C262538
Octal2702321460205534464570
Binary1011100010011010110011001000010110111100100110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A66; }

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

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

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

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

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

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

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

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