#B2985B

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

Shades of Barley Corn #B2985B

Tints of Barley Corn #B2985B

Color information

#B2985B (or 0xB2985B) is unknown color: approx Barley Corn. HEX triplet: B2, 98 and 5B. RGB value is (178,152,91). Sum of RGB (Red+Green+Blue) = 178+152+91=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2985B is #4D67A4. Grayscale: #999999. Windows color (decimal): -5072805 or 6002866. OLE color: 6002866.

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

Color convert

RGB17815291-
CMYK00.150.490.30
HSL42.07º36.1%52.75%-
HSV(B)42.07º48.88%69.8%-
XYZ31.4832.6814.55-
YUV152.8293.11145.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.28%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=42.28%
G=36.10%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781529100.150.490.3042.0736.152.75
HexB2985B0F311E2a2435
Octal2622301330176136524465
Binary101100101001100010110110111111000111110101010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2985B; }

 p { color: rgb(178,152,91); }

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

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

 a { background-color: rgb(178,152,91); }

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

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

 span { border-color: rgb(178,152,91); }

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