#B49766

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

Shades of Barley Corn #B49766

Tints of Barley Corn #B49766

Color information

#B49766 (or 0xB49766) is unknown color: approx Barley Corn. HEX triplet: B4, 97 and 66. RGB value is (180,151,102). Sum of RGB (Red+Green+Blue) = 180+151+102=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B49766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49766 is #4B6899. Grayscale: #9A9A9A. Windows color (decimal): -4941978 or 6723508. OLE color: 6723508.

HSL color Cylindrical-coordinate representation of color #B49766: hue angle of 37.69º 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 #B49766 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180151102-
CMYK00.160.430.29
HSL37.69º34.21%55.29%-
HSV(B)37.69º43.33%70.59%-
XYZ32.2932.817.2-
YUV154.0898.61146.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=41.57%
G=34.87%
B=23.56%

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
Decimal18015110200.160.430.2937.6934.2155.29
HexB497660102B1D262237
Octal2642271460205335464267
Binary1011010010010111110011001000010101111101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49766; }

 p { color: rgb(180,151,102); }

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

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

 a { background-color: rgb(180,151,102); }

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

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

 span { border-color: rgb(180,151,102); }

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