#B48B5A

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

Shades of Barley Corn #B48B5A

Tints of Barley Corn #B48B5A

Color information

#B48B5A (or 0xB48B5A) is unknown color: approx Barley Corn. HEX triplet: B4, 8B and 5A. RGB value is (180,139,90). Sum of RGB (Red+Green+Blue) = 180+139+90=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B5A is #4B74A5. Grayscale: #919191. Windows color (decimal): -4945062 or 5934004. OLE color: 5934004.

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

Color convert

RGB18013990-
CMYK00.230.500.29
HSL32.67º37.5%52.94%-
HSV(B)32.67º50%70.59%-
XYZ29.928.9113.68-
YUV145.6796.58152.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=44.01%
G=33.99%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801399000.230.500.2932.6737.552.94
HexB48B5A017321D212635
Octal2642131320276235414665
Binary1011010010001011101101001011111001011101100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B5A; }

 p { color: rgb(180,139,90); }

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

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

 a { background-color: rgb(180,139,90); }

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

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

 span { border-color: rgb(180,139,90); }

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