#B89566

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

Shades of Barley Corn #B89566

Tints of Barley Corn #B89566

Color information

#B89566 (or 0xB89566) is unknown color: approx Barley Corn. HEX triplet: B8, 95 and 66. RGB value is (184,149,102). Sum of RGB (Red+Green+Blue) = 184+149+102=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B89566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89566 is #476A99. Grayscale: #9A9A9A. Windows color (decimal): -4680346 or 6723000. OLE color: 6723000.

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

Color convert

RGB184149102-
CMYK00.190.450.28
HSL34.39º36.61%56.08%-
HSV(B)34.39º44.57%72.16%-
XYZ32.9132.6417.14-
YUV154.1198.6149.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=42.30%
G=34.25%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414910200.190.450.2834.3936.6156.08
HexB895660132D1C222538
Octal2702251460235534424570
Binary1011100010010101110011001001110110111100100010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89566; }

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

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

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

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

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

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

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

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