#B89366

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

Shades of Barley Corn #B89366

Tints of Barley Corn #B89366

Color information

#B89366 (or 0xB89366) is unknown color: approx Barley Corn. HEX triplet: B8, 93 and 66. RGB value is (184,147,102). Sum of RGB (Red+Green+Blue) = 184+147+102=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89366 is #476C99. Grayscale: #999999. Windows color (decimal): -4680858 or 6722488. OLE color: 6722488.

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

Color convert

RGB184147102-
CMYK00.200.450.28
HSL32.93º36.61%56.08%-
HSV(B)32.93º44.57%72.16%-
XYZ32.632.0217.03-
YUV152.9399.26150.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 147 (57.81% from 255) = 33.95%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=42.49%
G=33.95%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414710200.200.450.2832.9336.6156.08
HexB893660142D1C212538
Octal2702231460245534414570
Binary1011100010010011110011001010010110111100100001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89366; }

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

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

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

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

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

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

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

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