#B48C56

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

Shades of Barley Corn #B48C56

Tints of Barley Corn #B48C56

Color information

#B48C56 (or 0xB48C56) is unknown color: approx Barley Corn. HEX triplet: B4, 8C and 56. RGB value is (180,140,86). Sum of RGB (Red+Green+Blue) = 180+140+86=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48C56 is #4B73A9. Grayscale: #929292. Windows color (decimal): -4944810 or 5672116. OLE color: 5672116.

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

Color convert

RGB18014086-
CMYK00.220.520.29
HSL34.47º38.52%52.16%-
HSV(B)34.47º52.22%70.59%-
XYZ29.8829.1312.85-
YUV145.894.25152.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=44.33%
G=34.48%
B=21.18%

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
Decimal1801408600.220.520.2934.4738.5252.16
HexB48C56016341D222734
Octal2642141260266435424764
Binary1011010010001100101011001011011010011101100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C56; }

 p { color: rgb(180,140,86); }

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

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

 a { background-color: rgb(180,140,86); }

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

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

 span { border-color: rgb(180,140,86); }

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