#B28E65

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

Shades of Barley Corn #B28E65

Tints of Barley Corn #B28E65

Color information

#B28E65 (or 0xB28E65) is unknown color: approx Barley Corn. HEX triplet: B2, 8E and 65. RGB value is (178,142,101). Sum of RGB (Red+Green+Blue) = 178+142+101=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E65 is #4D719A. Grayscale: #949494. Windows color (decimal): -5075355 or 6655666. OLE color: 6655666.

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

Color convert

RGB178142101-
CMYK00.200.430.30
HSL31.95º33.33%54.71%-
HSV(B)31.95º43.26%69.8%-
XYZ30.3829.7516.45-
YUV148.09101.43149.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=42.28%
G=33.73%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814210100.200.430.3031.9533.3354.71
HexB28E650142B1E202137
Octal2622161450245336404167
Binary1011001010001110110010101010010101111110100000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E65; }

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

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

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

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

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

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

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

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