#B28E64

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

Shades of Barley Corn #B28E64

Tints of Barley Corn #B28E64

Color information

#B28E64 (or 0xB28E64) is unknown color: approx Barley Corn. HEX triplet: B2, 8E and 64. RGB value is (178,142,100). Sum of RGB (Red+Green+Blue) = 178+142+100=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E64 is #4D719B. Grayscale: #949494. Windows color (decimal): -5075356 or 6590130. OLE color: 6590130.

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

Color convert

RGB178142100-
CMYK00.200.440.30
HSL32.31º33.62%54.51%-
HSV(B)32.31º43.82%69.8%-
XYZ30.3329.7316.2-
YUV147.98100.93149.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=42.38%
G=33.81%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814210000.200.440.3032.3133.6254.51
HexB28E640142C1E202237
Octal2622161440245436404267
Binary1011001010001110110010001010010110011110100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E64; }

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

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

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

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

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

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

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

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