#B48E5C

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

Shades of Barley Corn #B48E5C

Tints of Barley Corn #B48E5C

Color information

#B48E5C (or 0xB48E5C) is unknown color: approx Barley Corn. HEX triplet: B4, 8E and 5C. RGB value is (180,142,92). Sum of RGB (Red+Green+Blue) = 180+142+92=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E5C is #4B71A3. Grayscale: #939393. Windows color (decimal): -4944292 or 6065844. OLE color: 6065844.

HSL color Cylindrical-coordinate representation of color #B48E5C: hue angle of 34.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B48E5C is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18014292-
CMYK00.210.490.29
HSL34.09º36.97%53.33%-
HSV(B)34.09º48.89%70.59%-
XYZ30.4329.8214.28-
YUV147.6696.59151.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=43.48%
G=34.30%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801429200.210.490.2934.0936.9753.33
HexB48E5C015311D222535
Octal2642161340256135424565
Binary1011010010001110101110001010111000111101100010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E5C; }

 p { color: rgb(180,142,92); }

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

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

 a { background-color: rgb(180,142,92); }

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

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

 span { border-color: rgb(180,142,92); }

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