#B59B6A

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

Shades of Fallow #B59B6A

Tints of Fallow #B59B6A

Color information

#B59B6A (or 0xB59B6A) is unknown color: approx Fallow. HEX triplet: B5, 9B and 6A. RGB value is (181,155,106). Sum of RGB (Red+Green+Blue) = 181+155+106=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59B6A is #4A6495. Grayscale: #9D9D9D. Windows color (decimal): -4875414 or 6986677. OLE color: 6986677.

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

Color convert

RGB181155106-
CMYK00.140.410.29
HSL39.2º33.63%56.27%-
HSV(B)39.2º41.44%70.98%-
XYZ33.3834.3118.5-
YUV157.1999.11144.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=40.95%
G=35.07%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115510600.140.410.2939.233.6356.27
HexB59B6A0E291D272238
Octal2652331520165135474270
Binary101101011001101111010100111010100111101100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B6A; }

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

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

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

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

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

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

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

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