#B5926D

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

Shades of Fallow #B5926D

Tints of Fallow #B5926D

Color information

#B5926D (or 0xB5926D) is unknown color: approx Fallow. HEX triplet: B5, 92 and 6D. RGB value is (181,146,109). Sum of RGB (Red+Green+Blue) = 181+146+109=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5926D is #4A6D92. Grayscale: #989898. Windows color (decimal): -4877715 or 7180981. OLE color: 7180981.

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

Color convert

RGB181146109-
CMYK00.190.400.29
HSL30.83º32.73%56.86%-
HSV(B)30.83º39.78%70.98%-
XYZ32.131.4918.85-
YUV152.25103.6148.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 109 (42.97% from 255) = 25%
R=41.51%
G=33.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114610900.190.400.2930.8332.7356.86
HexB5926D013281D1f2139
Octal2652221550235035374171
Binary101101011001001011011010100111010001110111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5926D; }

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

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

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

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

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

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

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

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