#b2985d

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

Shades of Barley Corn #B2985D

Tints of Barley Corn #B2985D

Color information

#B2985D (or 0xB2985D) is unknown color: approx Barley Corn. HEX triplet: B2, 98 and 5D. RGB value is (178,152,93). Sum of RGB (Red+Green+Blue) = 178+152+93=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2985D is #4D67A2. Grayscale: #999999. Windows color (decimal): -5072803 or 6133938. OLE color: 6133938.

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

Color convert

RGB17815293-
CMYK00.150.480.30
HSL41.65º35.56%53.14%-
HSV(B)41.65º47.75%69.8%-
XYZ31.5632.7115.01-
YUV153.0594.11145.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=42.08%
G=35.93%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781529300.150.480.3041.6535.5653.14
HexB2985D0F301E2a2435
Octal2622301350176036524465
Binary101100101001100010111010111111000011110101010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2985d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2985d; }

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

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

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

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

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

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

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

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