#B89B5A

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

Shades of Barley Corn #B89B5A

Tints of Barley Corn #B89B5A

Color information

#B89B5A (or 0xB89B5A) is unknown color: approx Barley Corn. HEX triplet: B8, 9B and 5A. RGB value is (184,155,90). Sum of RGB (Red+Green+Blue) = 184+155+90=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B5A is #4764A5. Grayscale: #9C9C9C. Windows color (decimal): -4678822 or 5938104. OLE color: 5938104.

HSL color Cylindrical-coordinate representation of color #B89B5A: hue angle of 41.49º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B89B5A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18415590-
CMYK00.160.510.28
HSL41.49º39.83%53.73%-
HSV(B)41.49º51.09%72.16%-
XYZ33.3334.3714.55-
YUV156.2690.61147.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=42.89%
G=36.13%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841559000.160.510.2841.4939.8353.73
HexB89B5A010331C292836
Octal2702331320206334515066
Binary1011100010011011101101001000011001111100101001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89B5A; }

 p { color: rgb(184,155,90); }

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

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

 a { background-color: rgb(184,155,90); }

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

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

 span { border-color: rgb(184,155,90); }

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