#B69B71

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

Shades of Fallow #B69B71

Tints of Fallow #B69B71

Color information

#B69B71 (or 0xB69B71) is unknown color: approx Fallow. HEX triplet: B6, 9B and 71. RGB value is (182,155,113). Sum of RGB (Red+Green+Blue) = 182+155+113=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69B71 is #49648E. Grayscale: #9E9E9E. Windows color (decimal): -4809871 or 7445430. OLE color: 7445430.

HSL color Cylindrical-coordinate representation of color #B69B71: hue angle of 36.52º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B69B71 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB182155113-
CMYK00.150.380.29
HSL36.52º32.09%57.84%-
HSV(B)36.52º37.91%71.37%-
XYZ33.9934.5820.51-
YUV158.28102.45144.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=40.44%
G=34.44%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215511300.150.380.2936.5232.0957.84
HexB69B710F261D25203a
Octal2662331610174635454072
Binary101101101001101111100010111110011011101100101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B71; }

 p { color: rgb(182,155,113); }

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

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

 a { background-color: rgb(182,155,113); }

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

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

 span { border-color: rgb(182,155,113); }

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