#B89664

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

Shades of Barley Corn #B89664

Tints of Barley Corn #B89664

Color information

#B89664 (or 0xB89664) is unknown color: approx Barley Corn. HEX triplet: B8, 96 and 64. RGB value is (184,150,100). Sum of RGB (Red+Green+Blue) = 184+150+100=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B89664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89664 is #47699B. Grayscale: #9A9A9A. Windows color (decimal): -4680092 or 6592184. OLE color: 6592184.

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

Color convert

RGB184150100-
CMYK00.180.460.28
HSL35.71º37.17%55.69%-
HSV(B)35.71º45.65%72.16%-
XYZ32.9732.9216.67-
YUV154.4797.26149.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=42.40%
G=34.56%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415010000.180.460.2835.7137.1755.69
HexB896640122E1C242538
Octal2702261440225634444570
Binary1011100010010110110010001001010111011100100100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89664; }

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

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

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

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

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

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

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

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