#B49465

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

Shades of Barley Corn #B49465

Tints of Barley Corn #B49465

Color information

#B49465 (or 0xB49465) is unknown color: approx Barley Corn. HEX triplet: B4, 94 and 65. RGB value is (180,148,101). Sum of RGB (Red+Green+Blue) = 180+148+101=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B49465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49465 is #4B6B9A. Grayscale: #989898. Windows color (decimal): -4942747 or 6657204. OLE color: 6657204.

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

Color convert

RGB180148101-
CMYK00.180.440.29
HSL35.7º34.5%55.1%-
HSV(B)35.7º43.89%70.59%-
XYZ31.7631.8216.78-
YUV152.2199.1147.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=41.96%
G=34.50%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014810100.180.440.2935.734.555.1
HexB494650122C1D242237
Octal2642241450225435444267
Binary1011010010010100110010101001010110011101100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49465; }

 p { color: rgb(180,148,101); }

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

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

 a { background-color: rgb(180,148,101); }

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

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

 span { border-color: rgb(180,148,101); }

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