#B48D62

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

Shades of Barley Corn #B48D62

Tints of Barley Corn #B48D62

Color information

#B48D62 (or 0xB48D62) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 62. RGB value is (180,141,98). Sum of RGB (Red+Green+Blue) = 180+141+98=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D62 is #4B729D. Grayscale: #939393. Windows color (decimal): -4944542 or 6458804. OLE color: 6458804.

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

Color convert

RGB18014198-
CMYK00.220.460.29
HSL31.46º35.34%54.51%-
HSV(B)31.46º45.56%70.59%-
XYZ30.5529.6315.67-
YUV147.7699.92151-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=42.96%
G=33.65%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801419800.220.460.2931.4635.3454.51
HexB48D620162E1D1f2337
Octal2642151420265635374367
Binary101101001000110111000100101101011101110111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D62; }

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

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

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

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

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

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

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

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