#B48D57

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

Shades of Barley Corn #B48D57

Tints of Barley Corn #B48D57

Color information

#B48D57 (or 0xB48D57) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 57. RGB value is (180,141,87). Sum of RGB (Red+Green+Blue) = 180+141+87=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D57 is #4B72A8. Grayscale: #929292. Windows color (decimal): -4944553 or 5737908. OLE color: 5737908.

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

Color convert

RGB18014187-
CMYK00.220.520.29
HSL34.84º38.27%52.35%-
HSV(B)34.84º51.67%70.59%-
XYZ30.0729.4413.11-
YUV146.594.42151.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=44.12%
G=34.56%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801418700.220.520.2934.8438.2752.35
HexB48D57016341D232634
Octal2642151270266435434664
Binary1011010010001101101011101011011010011101100011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D57; }

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

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

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

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

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

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

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

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