#b2885e

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

Shades of Barley Corn #B2885E

Tints of Barley Corn #B2885E

Color information

#B2885E (or 0xB2885E) is unknown color: approx Barley Corn. HEX triplet: B2, 88 and 5E. RGB value is (178,136,94). Sum of RGB (Red+Green+Blue) = 178+136+94=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2885E is #4D77A1. Grayscale: #8F8F8F. Windows color (decimal): -5076898 or 6195378. OLE color: 6195378.

HSL color Cylindrical-coordinate representation of color #B2885E: hue angle of 30º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2885E is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB17813694-
CMYK00.240.470.30
HSL30º35.29%53.33%-
HSV(B)30º47.19%69.8%-
XYZ29.1827.8814.43-
YUV143.7799.91152.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=43.63%
G=33.33%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781369400.240.470.303035.2953.33
HexB2885E0182F1E1e2335
Octal2622101360305736364365
Binary101100101000100010111100110001011111111011110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2885e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2885e; }

 p { color: rgb(178,136,94); }

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

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

 a { background-color: rgb(178,136,94); }

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

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

 span { border-color: rgb(178,136,94); }

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