#B48D66

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

Shades of Barley Corn #B48D66

Tints of Barley Corn #B48D66

Color information

#B48D66 (or 0xB48D66) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 66. RGB value is (180,141,102). Sum of RGB (Red+Green+Blue) = 180+141+102=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D66 is #4B7299. Grayscale: #949494. Windows color (decimal): -4944538 or 6720948. OLE color: 6720948.

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

Color convert

RGB180141102-
CMYK00.220.430.29
HSL30º34.21%55.29%-
HSV(B)30º43.33%70.59%-
XYZ30.7529.7116.68-
YUV148.21101.92150.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=42.55%
G=33.33%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014110200.220.430.293034.2155.29
HexB48D660162B1D1e2237
Octal2642151460265335364267
Binary101101001000110111001100101101010111110111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D66; }

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

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

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

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

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

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

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

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