#B5996B

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

Shades of Fallow #B5996B

Tints of Fallow #B5996B

Color information

#B5996B (or 0xB5996B) is unknown color: approx Fallow. HEX triplet: B5, 99 and 6B. RGB value is (181,153,107). Sum of RGB (Red+Green+Blue) = 181+153+107=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5996B is #4A6694. Grayscale: #9C9C9C. Windows color (decimal): -4875925 or 7051701. OLE color: 7051701.

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

Color convert

RGB181153107-
CMYK00.150.410.29
HSL37.3º33.33%56.47%-
HSV(B)37.3º40.88%70.98%-
XYZ33.133.6718.66-
YUV156.13100.28145.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=41.04%
G=34.69%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115310700.150.410.2937.333.3356.47
HexB5996B0F291D252138
Octal2652311530175135454170
Binary101101011001100111010110111110100111101100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5996B; }

 p { color: rgb(181,153,107); }

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

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

 a { background-color: rgb(181,153,107); }

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

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

 span { border-color: rgb(181,153,107); }

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