#B89465

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

Shades of Barley Corn #B89465

Tints of Barley Corn #B89465

Color information

#B89465 (or 0xB89465) is unknown color: approx Barley Corn. HEX triplet: B8, 94 and 65. RGB value is (184,148,101). Sum of RGB (Red+Green+Blue) = 184+148+101=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89465 is #476B9A. Grayscale: #999999. Windows color (decimal): -4680603 or 6657208. OLE color: 6657208.

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

Color convert

RGB184148101-
CMYK00.200.450.28
HSL33.98º36.89%55.88%-
HSV(B)33.98º45.11%72.16%-
XYZ32.7132.3116.82-
YUV153.4198.43149.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=42.49%
G=34.18%
B=23.33%

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
Decimal18414810100.200.450.2833.9836.8955.88
HexB894650142D1C222538
Octal2702241450245534424570
Binary1011100010010100110010101010010110111100100010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89465; }

 p { color: rgb(184,148,101); }

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

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

 a { background-color: rgb(184,148,101); }

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

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

 span { border-color: rgb(184,148,101); }

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