#B89760

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

Shades of Barley Corn #B89760

Tints of Barley Corn #B89760

Color information

#B89760 (or 0xB89760) is unknown color: approx Barley Corn. HEX triplet: B8, 97 and 60. RGB value is (184,151,96). Sum of RGB (Red+Green+Blue) = 184+151+96=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B89760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89760 is #47689F. Grayscale: #9A9A9A. Windows color (decimal): -4679840 or 6330296. OLE color: 6330296.

HSL color Cylindrical-coordinate representation of color #B89760: hue angle of 37.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B89760 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18415196-
CMYK00.180.480.28
HSL37.5º38.26%54.9%-
HSV(B)37.5º47.83%72.16%-
XYZ32.9533.1715.73-
YUV154.694.93148.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 96 (37.89% from 255) = 22.27%
R=42.69%
G=35.03%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841519600.180.480.2837.538.2654.9
HexB89760012301C262637
Octal2702271400226034464667
Binary1011100010010111110000001001011000011100100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89760; }

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

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

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

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

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

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

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

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