#B5946D

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

Shades of Fallow #B5946D

Tints of Fallow #B5946D

Color information

#B5946D (or 0xB5946D) is unknown color: approx Fallow. HEX triplet: B5, 94 and 6D. RGB value is (181,148,109). Sum of RGB (Red+Green+Blue) = 181+148+109=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5946D is #4A6B92. Grayscale: #999999. Windows color (decimal): -4877203 or 7181493. OLE color: 7181493.

HSL color Cylindrical-coordinate representation of color #B5946D: hue angle of 32.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5946D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB181148109-
CMYK00.180.400.29
HSL32.5º32.73%56.86%-
HSV(B)32.5º39.78%70.98%-
XYZ32.4132.1118.96-
YUV153.42102.93147.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 148 (58.20% from 255) = 33.79%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=41.32%
G=33.79%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114810900.180.400.2932.532.7356.86
HexB5946D012281D212139
Octal2652241550225035414171
Binary1011010110010100110110101001010100011101100001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5946D; }

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

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

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

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

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

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

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

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