#B48D64

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

Shades of Barley Corn #B48D64

Tints of Barley Corn #B48D64

Color information

#B48D64 (or 0xB48D64) is unknown color: approx Barley Corn. HEX triplet: B4, 8D and 64. RGB value is (180,141,100). Sum of RGB (Red+Green+Blue) = 180+141+100=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D64 is #4B729B. Grayscale: #949494. Windows color (decimal): -4944540 or 6589876. OLE color: 6589876.

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

Color convert

RGB180141100-
CMYK00.220.440.29
HSL30.75º34.78%54.9%-
HSV(B)30.75º44.44%70.59%-
XYZ30.6529.6716.17-
YUV147.99100.92150.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=42.76%
G=33.49%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014110000.220.440.2930.7534.7854.9
HexB48D640162C1D1f2337
Octal2642151440265435374367
Binary101101001000110111001000101101011001110111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D64; }

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

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

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

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

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

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

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

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