#B48F57

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

Shades of Barley Corn #B48F57

Tints of Barley Corn #B48F57

Color information

#B48F57 (or 0xB48F57) is unknown color: approx Barley Corn. HEX triplet: B4, 8F and 57. RGB value is (180,143,87). Sum of RGB (Red+Green+Blue) = 180+143+87=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F57 is #4B70A8. Grayscale: #939393. Windows color (decimal): -4944041 or 5738420. OLE color: 5738420.

HSL color Cylindrical-coordinate representation of color #B48F57: hue angle of 36.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B48F57 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18014387-
CMYK00.210.520.29
HSL36.13º38.27%52.35%-
HSV(B)36.13º51.67%70.59%-
XYZ30.3730.0413.21-
YUV147.6893.76151.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 87 (34.38% from 255) = 21.22%
R=43.90%
G=34.88%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801438700.210.520.2936.1338.2752.35
HexB48F57015341D242634
Octal2642171270256435444664
Binary1011010010001111101011101010111010011101100100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F57; }

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

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

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

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

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

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

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

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