#B28D64

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

Shades of Barley Corn #B28D64

Tints of Barley Corn #B28D64

Color information

#B28D64 (or 0xB28D64) is unknown color: approx Barley Corn. HEX triplet: B2, 8D and 64. RGB value is (178,141,100). Sum of RGB (Red+Green+Blue) = 178+141+100=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D64 is #4D729B. Grayscale: #939393. Windows color (decimal): -5075612 or 6589874. OLE color: 6589874.

HSL color Cylindrical-coordinate representation of color #B28D64: hue angle of 31.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28D64 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB178141100-
CMYK00.210.440.30
HSL31.54º33.62%54.51%-
HSV(B)31.54º43.82%69.8%-
XYZ30.1929.4316.15-
YUV147.39101.26149.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 100 (39.45% from 255) = 23.87%
R=42.48%
G=33.65%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814110000.210.440.3031.5433.6254.51
HexB28D640152C1E202237
Octal2622151440255436404267
Binary1011001010001101110010001010110110011110100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D64; }

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

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

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

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

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

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

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

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