#B48A5E

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

Shades of Barley Corn #B48A5E

Tints of Barley Corn #B48A5E

Color information

#B48A5E (or 0xB48A5E) is unknown color: approx Barley Corn. HEX triplet: B4, 8A and 5E. RGB value is (180,138,94). Sum of RGB (Red+Green+Blue) = 180+138+94=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A5E is #4B75A1. Grayscale: #919191. Windows color (decimal): -4945314 or 6195892. OLE color: 6195892.

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

Color convert

RGB18013894-
CMYK00.230.480.29
HSL30.7º36.44%53.73%-
HSV(B)30.7º47.78%70.59%-
XYZ29.9328.6914.55-
YUV145.5498.91152.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.69%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=43.69%
G=33.50%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801389400.230.480.2930.736.4453.73
HexB48A5E017301D1f2436
Octal2642121360276035374466
Binary101101001000101010111100101111100001110111111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A5E; }

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

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

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

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

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

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

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

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