#B89964

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

Shades of Barley Corn #B89964

Tints of Barley Corn #B89964

Color information

#B89964 (or 0xB89964) is unknown color: approx Barley Corn. HEX triplet: B8, 99 and 64. RGB value is (184,153,100). Sum of RGB (Red+Green+Blue) = 184+153+100=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B89964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89964 is #47669B. Grayscale: #9C9C9C. Windows color (decimal): -4679324 or 6592952. OLE color: 6592952.

HSL color Cylindrical-coordinate representation of color #B89964: hue angle of 37.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B89964 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB184153100-
CMYK00.170.460.28
HSL37.86º37.17%55.69%-
HSV(B)37.86º45.65%72.16%-
XYZ33.4633.8916.84-
YUV156.2396.27147.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=42.11%
G=35.01%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415310000.170.460.2837.8637.1755.69
HexB899640112E1C262538
Octal2702311440215634464570
Binary1011100010011001110010001000110111011100100110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89964; }

 p { color: rgb(184,153,100); }

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

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

 a { background-color: rgb(184,153,100); }

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

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

 span { border-color: rgb(184,153,100); }

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