#B48F5E

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

Shades of Barley Corn #B48F5E

Tints of Barley Corn #B48F5E

Color information

#B48F5E (or 0xB48F5E) is unknown color: approx Barley Corn. HEX triplet: B4, 8F and 5E. RGB value is (180,143,94). Sum of RGB (Red+Green+Blue) = 180+143+94=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F5E is #4B70A1. Grayscale: #949494. Windows color (decimal): -4944034 or 6197172. OLE color: 6197172.

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

Color convert

RGB18014394-
CMYK00.210.480.29
HSL34.19º36.44%53.73%-
HSV(B)34.19º47.78%70.59%-
XYZ30.6730.1614.79-
YUV148.4897.26150.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=43.17%
G=34.29%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801439400.210.480.2934.1936.4453.73
HexB48F5E015301D222436
Octal2642171360256035424466
Binary1011010010001111101111001010111000011101100010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F5E; }

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

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

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

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

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

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

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

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