#B48C64

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

Shades of Barley Corn #B48C64

Tints of Barley Corn #B48C64

Color information

#B48C64 (or 0xB48C64) is unknown color: approx Barley Corn. HEX triplet: B4, 8C and 64. RGB value is (180,140,100). Sum of RGB (Red+Green+Blue) = 180+140+100=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C64 is #4B739B. Grayscale: #939393. Windows color (decimal): -4944796 or 6589620. OLE color: 6589620.

HSL color Cylindrical-coordinate representation of color #B48C64: hue angle of 30º degrees, saturation: 0.35, 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 #B48C64 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180140100-
CMYK00.220.440.29
HSL30º34.78%54.9%-
HSV(B)30º44.44%70.59%-
XYZ30.529.3816.12-
YUV147.4101.25151.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=42.86%
G=33.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014010000.220.440.293034.7854.9
HexB48C640162C1D1e2337
Octal2642141440265435364367
Binary101101001000110011001000101101011001110111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C64; }

 p { color: rgb(180,140,100); }

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

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

 a { background-color: rgb(180,140,100); }

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

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

 span { border-color: rgb(180,140,100); }

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