#b2946a

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

Shades of Barley Corn #B2946A

Tints of Barley Corn #B2946A

Color information

#B2946A (or 0xB2946A) is unknown color: approx Barley Corn. HEX triplet: B2, 94 and 6A. RGB value is (178,148,106). Sum of RGB (Red+Green+Blue) = 178+148+106=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2946A is #4D6B95. Grayscale: #989898. Windows color (decimal): -5073814 or 6984882. OLE color: 6984882.

HSL color Cylindrical-coordinate representation of color #B2946A: hue angle of 35º 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 #B2946A is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178148106-
CMYK00.170.400.30
HSL35º31.86%55.69%-
HSV(B)35º40.45%69.8%-
XYZ31.5531.6918.09-
YUV152.18101.94146.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=41.20%
G=34.26%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814810600.170.400.303531.8655.69
HexB2946A011281E232038
Octal2622241520215036434070
Binary1011001010010100110101001000110100011110100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2946a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2946a; }

 p { color: rgb(178,148,106); }

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

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

 a { background-color: rgb(178,148,106); }

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

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

 span { border-color: rgb(178,148,106); }

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