#B28B64

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

Shades of Barley Corn #B28B64

Tints of Barley Corn #B28B64

Color information

#B28B64 (or 0xB28B64) is unknown color: approx Barley Corn. HEX triplet: B2, 8B and 64. RGB value is (178,139,100). Sum of RGB (Red+Green+Blue) = 178+139+100=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B64 is #4D749B. Grayscale: #929292. Windows color (decimal): -5076124 or 6589362. OLE color: 6589362.

HSL color Cylindrical-coordinate representation of color #B28B64: hue angle of 30º 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 #B28B64 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB178139100-
CMYK00.220.440.30
HSL30º33.62%54.51%-
HSV(B)30º43.82%69.8%-
XYZ29.8928.8516.05-
YUV146.22101.92150.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.69%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=42.69%
G=33.33%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813910000.220.440.303033.6254.51
HexB28B640162C1E1e2237
Octal2622131440265436364267
Binary101100101000101111001000101101011001111011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B64; }

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

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

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

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

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

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

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

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