#B49968

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

Shades of Barley Corn #B49968

Tints of Barley Corn #B49968

Color information

#B49968 (or 0xB49968) is unknown color: approx Barley Corn. HEX triplet: B4, 99 and 68. RGB value is (180,153,104). Sum of RGB (Red+Green+Blue) = 180+153+104=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B49968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49968 is #4B6697. Grayscale: #9B9B9B. Windows color (decimal): -4941464 or 6855092. OLE color: 6855092.

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

Color convert

RGB180153104-
CMYK00.150.420.29
HSL38.68º33.63%55.69%-
HSV(B)38.68º42.22%70.59%-
XYZ32.7133.4917.84-
YUV155.4998.95145.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 104 (41.02% from 255) = 23.80%
R=41.19%
G=35.01%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015310400.150.420.2938.6833.6355.69
HexB499680F2A1D272238
Octal2642311500175235474270
Binary101101001001100111010000111110101011101100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49968; }

 p { color: rgb(180,153,104); }

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

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

 a { background-color: rgb(180,153,104); }

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

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

 span { border-color: rgb(180,153,104); }

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