#B28E63

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

Shades of Barley Corn #B28E63

Tints of Barley Corn #B28E63

Color information

#B28E63 (or 0xB28E63) is unknown color: approx Barley Corn. HEX triplet: B2, 8E and 63. RGB value is (178,142,99). Sum of RGB (Red+Green+Blue) = 178+142+99=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E63 is #4D719C. Grayscale: #949494. Windows color (decimal): -5075357 or 6524594. OLE color: 6524594.

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

Color convert

RGB17814299-
CMYK00.200.440.30
HSL32.66º33.91%54.31%-
HSV(B)32.66º44.38%69.8%-
XYZ30.2929.7115.94-
YUV147.86100.43149.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=42.48%
G=33.89%
B=23.63%

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
Decimal1781429900.200.440.3032.6633.9154.31
HexB28E630142C1E212236
Octal2622161430245436414266
Binary1011001010001110110001101010010110011110100001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E63; }

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

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

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

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

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

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

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

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