#B5926C

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

Shades of Fallow #B5926C

Tints of Fallow #B5926C

Color information

#B5926C (or 0xB5926C) is unknown color: approx Fallow. HEX triplet: B5, 92 and 6C. RGB value is (181,146,108). Sum of RGB (Red+Green+Blue) = 181+146+108=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5926C is #4A6D93. Grayscale: #989898. Windows color (decimal): -4877716 or 7115445. OLE color: 7115445.

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

Color convert

RGB181146108-
CMYK00.190.400.29
HSL31.23º33.03%56.67%-
HSV(B)31.23º40.33%70.98%-
XYZ32.0431.4618.57-
YUV152.13103.1148.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=41.61%
G=33.56%
B=24.83%

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
Decimal18114610800.190.400.2931.2333.0356.67
HexB5926C013281D1f2139
Octal2652221540235035374171
Binary101101011001001011011000100111010001110111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5926C; }

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

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

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

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

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

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

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

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