#B2946D

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

Shades of Fallow #B2946D

Tints of Fallow #B2946D

Color information

#B2946D (or 0xB2946D) is unknown color: approx Fallow. HEX triplet: B2, 94 and 6D. RGB value is (178,148,109). Sum of RGB (Red+Green+Blue) = 178+148+109=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2946D is #4D6B92. Grayscale: #989898. Windows color (decimal): -5073811 or 7181490. OLE color: 7181490.

HSL color Cylindrical-coordinate representation of color #B2946D: hue angle of 33.91º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2946D is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB178148109-
CMYK00.170.390.30
HSL33.91º30.94%56.27%-
HSV(B)33.91º38.76%69.8%-
XYZ31.7131.7518.92-
YUV152.52103.44146.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=40.92%
G=34.02%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814810900.170.390.3033.9130.9456.27
HexB2946D011271E221f38
Octal2622241550214736423770
Binary101100101001010011011010100011001111111010001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2946D; }

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

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

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

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

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

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

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

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