#B2986B

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

Shades of Barley Corn #B2986B

Tints of Barley Corn #B2986B

Color information

#B2986B (or 0xB2986B) is unknown color: approx Barley Corn. HEX triplet: B2, 98 and 6B. RGB value is (178,152,107). Sum of RGB (Red+Green+Blue) = 178+152+107=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2986B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2986B is #4D6794. Grayscale: #9A9A9A. Windows color (decimal): -5072789 or 7051442. OLE color: 7051442.

HSL color Cylindrical-coordinate representation of color #B2986B: hue angle of 38.03º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2986B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178152107-
CMYK00.150.400.30
HSL38.03º31.56%55.88%-
HSV(B)38.03º39.89%69.8%-
XYZ32.2432.9818.58-
YUV154.64101.11144.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 107 (42.19% from 255) = 24.49%
R=40.73%
G=34.78%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815210700.150.400.3038.0331.5655.88
HexB2986B0F281E262038
Octal2622301530175036464070
Binary101100101001100011010110111110100011110100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2986B; }

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

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

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

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

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

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

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

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