#B49867

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

Shades of Barley Corn #B49867

Tints of Barley Corn #B49867

Color information

#B49867 (or 0xB49867) is unknown color: approx Barley Corn. HEX triplet: B4, 98 and 67. RGB value is (180,152,103). Sum of RGB (Red+Green+Blue) = 180+152+103=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B49867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49867 is #4B6798. Grayscale: #9B9B9B. Windows color (decimal): -4941721 or 6789300. OLE color: 6789300.

HSL color Cylindrical-coordinate representation of color #B49867: hue angle of 38.18º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B49867 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180152103-
CMYK00.160.430.29
HSL38.18º33.92%55.49%-
HSV(B)38.18º42.78%70.59%-
XYZ32.533.1417.52-
YUV154.7998.78145.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=41.38%
G=34.94%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015210300.160.430.2938.1833.9255.49
HexB498670102B1D262237
Octal2642301470205335464267
Binary1011010010011000110011101000010101111101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49867; }

 p { color: rgb(180,152,103); }

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

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

 a { background-color: rgb(180,152,103); }

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

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

 span { border-color: rgb(180,152,103); }

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