#B48D5E

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

Shades of Barley Corn #B48D5E

Tints of Barley Corn #B48D5E

Color information

#B48D5E (or 0xB48D5E) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 5E. RGB value is (180,141,94). Sum of RGB (Red+Green+Blue) = 180+141+94=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D5E is #4B72A1. Grayscale: #939393. Windows color (decimal): -4944546 or 6196660. OLE color: 6196660.

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

Color convert

RGB18014194-
CMYK00.220.480.29
HSL32.79º36.44%53.73%-
HSV(B)32.79º47.78%70.59%-
XYZ30.3729.5614.7-
YUV147.397.92151.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=43.37%
G=33.98%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801419400.220.480.2932.7936.4453.73
HexB48D5E016301D212436
Octal2642151360266035414466
Binary1011010010001101101111001011011000011101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D5E; }

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

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

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

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

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

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

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

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