#B28D61

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

Shades of Barley Corn #B28D61

Tints of Barley Corn #B28D61

Color information

#B28D61 (or 0xB28D61) is unknown color: approx Barley Corn. HEX triplet: B2, 8D and 61. RGB value is (178,141,97). Sum of RGB (Red+Green+Blue) = 178+141+97=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D61 is #4D729E. Grayscale: #939393. Windows color (decimal): -5075615 or 6393266. OLE color: 6393266.

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

Color convert

RGB17814197-
CMYK00.210.460.30
HSL32.59º34.47%53.92%-
HSV(B)32.59º45.51%69.8%-
XYZ30.0429.3815.4-
YUV147.0599.76150.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=42.79%
G=33.89%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781419700.210.460.3032.5934.4753.92
HexB28D610152E1E212236
Octal2622151410255636414266
Binary1011001010001101110000101010110111011110100001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D61; }

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

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

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

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

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

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

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

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