#B5966A

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

Shades of Fallow #B5966A

Tints of Fallow #B5966A

Color information

#B5966A (or 0xB5966A) is unknown color: approx Fallow. HEX triplet: B5, 96 and 6A. RGB value is (181,150,106). Sum of RGB (Red+Green+Blue) = 181+150+106=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5966A is #4A6995. Grayscale: #9A9A9A. Windows color (decimal): -4876694 or 6985397. OLE color: 6985397.

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

Color convert

RGB181150106-
CMYK00.170.410.29
HSL35.2º33.63%56.27%-
HSV(B)35.2º41.44%70.98%-
XYZ32.5632.6818.23-
YUV154.25100.77147.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=41.42%
G=34.32%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115010600.170.410.2935.233.6356.27
HexB5966A011291D232238
Octal2652261520215135434270
Binary1011010110010110110101001000110100111101100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5966A; }

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

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

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

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

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

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

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

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