#B5926A

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

Shades of Fallow #B5926A

Tints of Fallow #B5926A

Color information

#B5926A (or 0xB5926A) is unknown color: approx Fallow. HEX triplet: B5, 92 and 6A. RGB value is (181,146,106). Sum of RGB (Red+Green+Blue) = 181+146+106=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5926A is #4A6D95. Grayscale: #989898. Windows color (decimal): -4877718 or 6984373. OLE color: 6984373.

HSL color Cylindrical-coordinate representation of color #B5926A: hue angle of 32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5926A is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB181146106-
CMYK00.190.410.29
HSL32º33.63%56.27%-
HSV(B)32º41.44%70.98%-
XYZ31.9431.4218.02-
YUV151.9102.1148.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=41.80%
G=33.72%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114610600.190.410.293233.6356.27
HexB5926A013291D202238
Octal2652221520235135404270
Binary1011010110010010110101001001110100111101100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5926A; }

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

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

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

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

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

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

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

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