#B49066

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

Shades of Barley Corn #B49066

Tints of Barley Corn #B49066

Color information

#B49066 (or 0xB49066) is unknown color: approx Barley Corn. HEX triplet: B4, 90 and 66. RGB value is (180,144,102). Sum of RGB (Red+Green+Blue) = 180+144+102=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B49066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49066 is #4B6F99. Grayscale: #969696. Windows color (decimal): -4943770 or 6721716. OLE color: 6721716.

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

Color convert

RGB180144102-
CMYK00.20.430.29
HSL32.31º34.21%55.29%-
HSV(B)32.31º43.33%70.59%-
XYZ31.1930.6116.83-
YUV149.98100.93149.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 102 (40.23% from 255) = 23.94%
R=42.25%
G=33.80%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014410200.20.430.2932.3134.2155.29
HexB490660142B1D202237
Octal2642201460245335404267
Binary1011010010010000110011001010010101111101100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49066; }

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

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

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

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

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

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

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

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