#B48C61

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

Shades of Barley Corn #B48C61

Tints of Barley Corn #B48C61

Color information

#B48C61 (or 0xB48C61) is unknown color: approx Barley Corn. HEX triplet: B4, 8C and 61. RGB value is (180,140,97). Sum of RGB (Red+Green+Blue) = 180+140+97=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C61 is #4B739E. Grayscale: #939393. Windows color (decimal): -4944799 or 6393012. OLE color: 6393012.

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

Color convert

RGB18014097-
CMYK00.220.460.29
HSL31.08º35.62%54.31%-
HSV(B)31.08º46.11%70.59%-
XYZ30.3629.3215.37-
YUV147.0699.75151.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=43.17%
G=33.57%
B=23.26%

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
Decimal1801409700.220.460.2931.0835.6254.31
HexB48C610162E1D1f2436
Octal2642141410265635374466
Binary101101001000110011000010101101011101110111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C61; }

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

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

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

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

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

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

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

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