#B48D63

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

Shades of Barley Corn #B48D63

Tints of Barley Corn #B48D63

Color information

#B48D63 (or 0xB48D63) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 63. RGB value is (180,141,99). Sum of RGB (Red+Green+Blue) = 180+141+99=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D63 is #4B729C. Grayscale: #949494. Windows color (decimal): -4944541 or 6524340. OLE color: 6524340.

HSL color Cylindrical-coordinate representation of color #B48D63: hue angle of 31.11º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B48D63 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18014199-
CMYK00.220.450.29
HSL31.11º35.06%54.71%-
HSV(B)31.11º45%70.59%-
XYZ30.629.6515.92-
YUV147.87100.42150.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=42.86%
G=33.57%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801419900.220.450.2931.1135.0654.71
HexB48D630162D1D1f2337
Octal2642151430265535374367
Binary101101001000110111000110101101011011110111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D63; }

 p { color: rgb(180,141,99); }

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

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

 a { background-color: rgb(180,141,99); }

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

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

 span { border-color: rgb(180,141,99); }

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