#B48A5D

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

Shades of Barley Corn #B48A5D

Tints of Barley Corn #B48A5D

Color information

#B48A5D (or 0xB48A5D) is unknown color: approx Barley Corn. HEX triplet: B4, 8A and 5D. RGB value is (180,138,93). Sum of RGB (Red+Green+Blue) = 180+138+93=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A5D is #4B75A2. Grayscale: #919191. Windows color (decimal): -4945315 or 6130356. OLE color: 6130356.

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

Color convert

RGB18013893-
CMYK00.230.480.29
HSL31.03º36.71%53.53%-
HSV(B)31.03º48.33%70.59%-
XYZ29.8928.6714.31-
YUV145.4398.41152.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=43.80%
G=33.58%
B=22.63%

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
Decimal1801389300.230.480.2931.0336.7153.53
HexB48A5D017301D1f2536
Octal2642121350276035374566
Binary101101001000101010111010101111100001110111111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A5D; }

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

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

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

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

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

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

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

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