#B89B66

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

Shades of Barley Corn #B89B66

Tints of Barley Corn #B89B66

Color information

#B89B66 (or 0xB89B66) is unknown color: approx Barley Corn. HEX triplet: B8, 9B and 66. RGB value is (184,155,102). Sum of RGB (Red+Green+Blue) = 184+155+102=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B66 is #476499. Grayscale: #9D9D9D. Windows color (decimal): -4678810 or 6724536. OLE color: 6724536.

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

Color convert

RGB184155102-
CMYK00.160.450.28
HSL38.78º36.61%56.08%-
HSV(B)38.78º44.57%72.16%-
XYZ33.8934.5917.46-
YUV157.6396.61146.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 155 (60.94% from 255) = 35.15%
BLUE value IS 102 (40.23% from 255) = 23.13%
R=41.72%
G=35.15%
B=23.13%

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
Decimal18415510200.160.450.2838.7836.6156.08
HexB89B660102D1C272538
Octal2702331460205534474570
Binary1011100010011011110011001000010110111100100111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B66; }

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

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

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

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

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

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

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

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