#B48D5F

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

Shades of Barley Corn #B48D5F

Tints of Barley Corn #B48D5F

Color information

#B48D5F (or 0xB48D5F) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 5F. RGB value is (180,141,95). Sum of RGB (Red+Green+Blue) = 180+141+95=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D5F is #4B72A0. Grayscale: #939393. Windows color (decimal): -4944545 or 6262196. OLE color: 6262196.

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

Color convert

RGB18014195-
CMYK00.220.470.29
HSL32.47º36.17%53.92%-
HSV(B)32.47º47.22%70.59%-
XYZ30.4129.5814.93-
YUV147.4298.42151.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 95 (37.5% from 255) = 22.84%
R=43.27%
G=33.89%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801419500.220.470.2932.4736.1753.92
HexB48D5F0162F1D202436
Octal2642151370265735404466
Binary1011010010001101101111101011010111111101100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D5F; }

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

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

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

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

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

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

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

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